#a9e2dc

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

Shades of Ice Cold #A9E2DC

Tints of Ice Cold #A9E2DC

Color information

#A9E2DC (or 0xA9E2DC) is unknown color: approx Ice Cold. HEX triplet: A9, E2 and DC. RGB value is (169,226,220). Sum of RGB (Red+Green+Blue) = 169+226+220=615 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.48% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 226 - color contains mainly: green. Hex color #A9E2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E2DC is #561D23. Grayscale: #D0D0D0. Windows color (decimal): -5643556 or 14475945. OLE color: 14475945.

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

Color convert

RGB169226220-
CMYK0.2500.030.11
HSL173.68º49.57%77.45%-
HSV(B)173.68º25.22%88.63%-
XYZ56.486877.86-
YUV208.27134.6299.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.48%
GREEN value IS 226 (88.67% from 255) = 36.75%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=27.48%
G=36.75%
B=35.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1692262200.2500.030.11173.6849.5777.45
HexA9E2DC1903Bae324d
Octal25134233431031325662115
Binary101010011110001011011100110010111011101011101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9e2dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9e2dc; }

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

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

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

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

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

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

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

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