#A9EAD9

Color #A9EAD9 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A9EAD9

Tints of Ice Cold #A9EAD9

Color information

#A9EAD9 (or 0xA9EAD9) is unknown color: approx Ice Cold. HEX triplet: A9, EA and D9. RGB value is (169,234,217). Sum of RGB (Red+Green+Blue) = 169+234+217=620 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.26% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EAD9 is #561526. Grayscale: #D4D4D4. Windows color (decimal): -5641511 or 14281385. OLE color: 14281385.

HSL color Cylindrical-coordinate representation of color #A9EAD9: hue angle of 164.31º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EAD9 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB169234217-
CMYK0.2800.070.08
HSL164.31º60.75%79.02%-
HSV(B)164.31º27.78%91.76%-
XYZ58.3172.2976.53-
YUV212.63130.4796.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 27.26%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 217 (85.16% from 255) = 35%
R=27.26%
G=37.74%
B=35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692342170.2800.070.08164.3160.7579.02
HexA9EAD91C078a43d4f
Octal25135233134071024475117
Binary1010100111101010110110011110001111000101001001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EAD9; }

 p { color: rgb(169,234,217); }

 H1.HeaderClassName
 {
   color: #A9EAD9;
 }
 .AnyTagClassName
 {
   color: #A9EAD9;
 }
</style>
background-color css

<style>
 a { background-color: #A9EAD9; }

 a { background-color: rgb(169,234,217); }

 div.DivClassName
 {
   background-color: #A9EAD9;
 }
 .BgClassName
 {
   background-color: #A9EAD9;
 }
</style>
border-color css

<style>
 span { border-color: #A9EAD9; }

 span { border-color: rgb(169,234,217); }

 td.TdClassName
 {
   border-color: #A9EAD9;
 }
 .TagClassName
 {
   border-color: #A9EAD9;
 }
</style>