#A9E3DC

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

Shades of Ice Cold #A9E3DC

Tints of Ice Cold #A9E3DC

Color information

#A9E3DC (or 0xA9E3DC) is unknown color: approx Ice Cold. HEX triplet: A9, E3 and DC. RGB value is (169,227,220). Sum of RGB (Red+Green+Blue) = 169+227+220=616 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.44% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 227 - color contains mainly: green. Hex color #A9E3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E3DC is #561C23. Grayscale: #D0D0D0. Windows color (decimal): -5643300 or 14476201. OLE color: 14476201.

HSL color Cylindrical-coordinate representation of color #A9E3DC: hue angle of 172.76º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9E3DC is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB169227220-
CMYK0.2600.030.11
HSL172.76º50.88%77.65%-
HSV(B)172.76º25.55%89.02%-
XYZ56.7568.5477.95-
YUV208.86134.2899.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.44%
GREEN value IS 227 (89.06% from 255) = 36.85%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=27.44%
G=36.85%
B=35.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1692272200.2600.030.11172.7650.8877.65
HexA9E3DC1A03Bad334e
Octal25134333432031325563116
Binary101010011110001111011100110100111011101011011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E3DC; }

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

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

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

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

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

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

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

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