#A9E8DE

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

Shades of Ice Cold #A9E8DE

Tints of Ice Cold #A9E8DE

Color information

#A9E8DE (or 0xA9E8DE) is unknown color: approx Ice Cold. HEX triplet: A9, E8 and DE. RGB value is (169,232,222). Sum of RGB (Red+Green+Blue) = 169+232+222=623 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.13% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #A9E8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E8DE is #561721. Grayscale: #D4D4D4. Windows color (decimal): -5642018 or 14608553. OLE color: 14608553.

HSL color Cylindrical-coordinate representation of color #A9E8DE: hue angle of 170.48º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9E8DE is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB169232222-
CMYK0.2700.040.09
HSL170.48º57.8%78.63%-
HSV(B)170.48º27.16%90.98%-
XYZ58.471.4279.81-
YUV212.02133.6397.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.13%
GREEN value IS 232 (91.02% from 255) = 37.24%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=27.13%
G=37.24%
B=35.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1692322220.2700.040.09170.4857.878.63
HexA9E8DE1B049aa3a4f
Octal25135033633041125272117
Binary1010100111101000110111101101101001001101010101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E8DE; }

 p { color: rgb(169,232,222); }

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

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

 a { background-color: rgb(169,232,222); }

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

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

 span { border-color: rgb(169,232,222); }

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