COLOR #A5DAEA

HEX: #A5DAEA RGB: (165,218,234)

Color info

#A5DAEA contains mainly green and blue colors. Web safe color of #A5DAEA is #99CCFF (or #9CF).

RGB color model

#A5DAEA color RGB value is (165,218,234).

RGB: (165,218,234) (65%, 85%, 92%)

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 234 of 255 = 92%

165
218
234

R + G + B ~ 81%. #A5DAEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 218 + 234 = 617 (100%)
R 165 of 617 ~ 26.74%
G 218 of 617 ~ 35.33%
B 234 of 617 ~ 37.93'%

%26.74
%35.33
%37.93

CMYK color model

#A5DAEA color CMYK value is (29,7,0,8).

  • cyan value is 29.49%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (29,7,0,8) C29M7Y0K8 (29%,7%,0%,8%) (0.29/0.07/0.00/0.08) 

CMYK percentages

%29.49
%6.84
%0
%8.24

Codes

Color #A5DAEA in popluar color models

A5 DA EA
RGB 165 218 234
HSL 194° 62.16% 78.24%
HSB/HSV 194° 29.49% 91.76%
CMYK 29.49% 6.84% 0.00%
8.24%

Color #A5DAEA in popluar number systems.

HEX A5 DA EA
Decimal 165 218 234
Binary 10100101 11011010 11101010
Octal 245 332 352

Shades and tints

Shades of #A5DAEA

#A5DAEA
(165,218,234)
#96C7D5
(150,199,213)
#87B4C0
(135,180,192)
#78A1AB
(120,161,171)
#698E96
(105,142,150)
#5A7B81
(90,123,129)
#4B686C
(75,104,108)
#3C5557
(60,85,87)
#2D4242
(45,66,66)
#1E2F2D
(30,47,45)
#0F1C18
(15,28,24)
#000000
(0,0,0)

Tints of #A5DAEA

#A5DAEA
(165,218,234)
#ADDDEB
(173,221,235)
#B5E0EC
(181,224,236)
#BDE3ED
(189,227,237)
#C5E6EE
(197,230,238)
#CDE9EF
(205,233,239)
#D5ECF0
(213,236,240)
#DDEFF1
(221,239,241)
#E5F2F2
(229,242,242)
#EDF5F3
(237,245,243)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DAEA color. Also use rgb(165,218,234) instead hex code.

Text Font Color

.myTextColor { color: #A5DAEA; }

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

This text font color is #A5DAEA.

Background Color

.myBgColor { background-color: #A5DAEA; }

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

This div background color is #A5DAEA.

Border color

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

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

This div border color is #A5DAEA.

Opacity

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

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

Text with #A5DAEA 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 #A5DAEA;}

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

This text has shadow with #A5DAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DAEA.

Preview

Color preview on black background

This text has color #A5DAEA on black background.


Color preview on white background

This text has color #A5DAEA on white background.


Black color preview on #A5DAEA background

This text has black color on #A5DAEA background.


White color preview on #A5DAEA background

This text has white color on #A5DAEA background.


Related colors

Complementary color

Complementary color for #hex is #5A2515.


I love getcolorcode.com

Triadic colors

1 #EAA5DA and #DAEAA5 with #A5DAEA are triadic colors.

2 #EADAA5 and #DAA5EA with #A5DAEA are triadic colors.