#A9E8DC

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

Shades of Ice Cold #A9E8DC

Tints of Ice Cold #A9E8DC

Color information

#A9E8DC (or 0xA9E8DC) is unknown color: approx Ice Cold. HEX triplet: A9, E8 and DC. RGB value is (169,232,220). Sum of RGB (Red+Green+Blue) = 169+232+220=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 232 - color contains mainly: green. Hex color #A9E8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E8DC is #561723. Grayscale: #D3D3D3. Windows color (decimal): -5642020 or 14477481. OLE color: 14477481.

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

Color convert

RGB169232220-
CMYK0.2700.050.09
HSL168.57º57.8%78.63%-
HSV(B)168.57º27.16%90.98%-
XYZ58.1471.3278.41-
YUV211.8132.6397.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.21%
GREEN value IS 232 (91.02% from 255) = 37.36%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=27.21%
G=37.36%
B=35.43%

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
Decimal1692322200.2700.050.09168.5757.878.63
HexA9E8DC1B059a93a4f
Octal25135033433051125172117
Binary1010100111101000110111001101101011001101010011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E8DC; }

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

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

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

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

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

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

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

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