#A9E9DE

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

Shades of Ice Cold #A9E9DE

Tints of Ice Cold #A9E9DE

Color information

#A9E9DE (or 0xA9E9DE) is unknown color: approx Ice Cold. HEX triplet: A9, E9 and DE. RGB value is (169,233,222). Sum of RGB (Red+Green+Blue) = 169+233+222=624 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.08% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #A9E9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E9DE is #561621. Grayscale: #D4D4D4. Windows color (decimal): -5641762 or 14608809. OLE color: 14608809.

HSL color Cylindrical-coordinate representation of color #A9E9DE: hue angle of 169.69º degrees, saturation: 0.59, 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 #A9E9DE is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB169233222-
CMYK0.2700.050.09
HSL169.69º59.26%78.82%-
HSV(B)169.69º27.47%91.37%-
XYZ58.6971.9979.91-
YUV212.61133.396.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.08%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 222 (87.11% from 255) = 35.58%
R=27.08%
G=37.34%
B=35.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1692332220.2700.050.09169.6959.2678.82
HexA9E9DE1B059aa3b4f
Octal25135133633051125273117
Binary1010100111101001110111101101101011001101010101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E9DE; }

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

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

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

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

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

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

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

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