COLOR #A5E5FF

HEX: #A5E5FF RGB: (165,229,255)

Renk bilgisi

#A5E5FF contains mainly green and blue colors. #A5E5FF ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#A5E5FF color RGB value is (165,229,255).

RGB: (165,229,255) (65%, 90%, 100%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 229 of 255 = 90%
B 255 of 255 = 100%

165
229
255

R + G + B ~ 85%. #A5E5FF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 165 + 229 + 255 = 649 (100%)
R 165 of 649 ~ 25.42%
G 229 of 649 ~ 35.29%
B 255 of 649 ~ 39.29'%

%25.42
%35.29
%39.29

CMYK RENK MODELİ

#A5E5FF rengi CMYK tonu (35,10,0,0).

  • camgöbeği tonu 35.29%
  • eflatun tonu 10.20%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%

CMYK: (35,10,0,0)
C35M10Y0K0 (35%, 10%, 0%, 0%)
(0.35 / 0.10 / 0.00 / 0.00)

CMYK yüzdeleri

%35.29
%10.2
%0
%0

Codes

Color #A5E5FF in popluar color models

A5 E5 FF
RGB 165 229 255
HSL 197° 100.00% 82.35%
HSB/HSV 197° 35.29% 100.00%
CMYK 35.29% 10.20% 0.00%
0.00%

Color #A5E5FF in popluar number systems.

HEX A5 E5 FF
Decimal 165 229 255
Binary 10100101 11100101 11111111
Octal 245 345 377

Shades and tints

Shades of #A5E5FF

#A5E5FF
(165,229,255)
#96D1E8
(150,209,232)
#87BDD1
(135,189,209)
#78A9BA
(120,169,186)
#6995A3
(105,149,163)
#5A818C
(90,129,140)
#4B6D75
(75,109,117)
#3C595E
(60,89,94)
#2D4547
(45,69,71)
#1E3130
(30,49,48)
#0F1D19
(15,29,25)
#000000
(0,0,0)

Tints of #A5E5FF

#A5E5FF
(165,229,255)
#ADE7FF
(173,231,255)
#B5E9FF
(181,233,255)
#BDEBFF
(189,235,255)
#C5EDFF
(197,237,255)
#CDEFFF
(205,239,255)
#D5F1FF
(213,241,255)
#DDF3FF
(221,243,255)
#E5F5FF
(229,245,255)
#EDF7FF
(237,247,255)
#F5F9FF
(245,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E5FF color. Also use rgb(165,229,255) instead hex code.

Text Font Color

.myTextColor { color: #A5E5FF; }

<p style="color:#A5E5FF">This sample text font color is #A5E5FF.</p>

This text font color is #A5E5FF.

Background Color

.myBgColor { background-color: #A5E5FF; }

<div style="background-color:#A5E5FF">Inner text</div>

This div background color is #A5E5FF.

Border color

.myBorderColor { border: 1px solid #A5E5FF; }

<div style="border:3px solid #A5E5FF">Div</div>

This div border color is #A5E5FF.

Opacity

.myOpacity80 { color: #A5E5FF; opacity: 0.8; }

<p style="color:#A5E5FF;opacity:0.8;">80%</p>

Text with #A5E5FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5E5FF;}

<p style="text-shadow: 3px 3px 1px #A5E5FF">Text here.</p>

This text has shadow with #A5E5FF color.


.textShadow {text-shadow: 3px 3px 1px #A5E5FF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5E5FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5E5FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5E5FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5E5FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5E5FF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5E5FF;
-webkit-box-shadow: 1px 1px 3px 2px #A5E5FF;
box-shadow: 1px 1px 3px 2px #A5E5FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5E5FF; -webkit-box-shadow: 1px 1px 3px 2px #A5E5FF; box-shadow:1px 1px 3px 2px #A5E5FF;">
Div content here
</div>

This div box has shadow with color #A5E5FF.

Preview

Color preview on black background

This text has color #A5E5FF on black background.


Color preview on white background

This text has color #A5E5FF on white background.


Black color preview on #A5E5FF background

This text has black color on #A5E5FF background.


White color preview on #A5E5FF background

This text has white color on #A5E5FF background.


Related colors

Complementary color

Complementary color for #hex is #5A1A00.


I love getcolorcode.com

Triadic colors

1 #FFA5E5 and #E5FFA5 with #A5E5FF are triadic colors.

2 #FFE5A5 and #E5A5FF with #A5E5FF are triadic colors.