Html Css Color HEX #A9DECC Ice Cold

📋 copy color: '#A9DECC'

red 169 ◦ green 222 ◦ blue 204

#A9DECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #A9DECC

Tints of Ice Cold #A9DECC

RGB

 RED value IS 169 (66.41% from 255) = 28.4%

 GREEN value IS 222 (87.11% from 255) = 37.31%

 BLUE value IS 204 (80.08% from 255) = 34.29%

R = 28.4%
G = 37.31%
B = 34.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A9DECC (or 0xA9DECC) is known color: Ice Cold. HEX triplet: A9, DE and CC. RGB value is (169,222,204). Sum of RGB (Red+Green+Blue) = 169+222+204=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DECC is #562133. Grayscale: #CCCCCC. Windows color (decimal): -5644596 or 13426345. OLE color: 13426345.

HSL color Cylindrical-coordinate representation of color #A9DECC: hue angle of 159.62º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DECC is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 222 204 -
CMYK 0.24 0 0.08 0.13
HSL 159.62º 0.45% 0.77% -
HSV(B) 159.62º 0.24% 0.87% -
XYZ 53.38 65.04 66.87 -
YUV 204.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 169 222 204 0.24 0 0.08 0.13 159.62 0.45 0.77
Hex A9 DE CC 18 0 8 D A0 2D 4D
Octal 251 336 314 30 0 10 15 240 55 115
Binary 10101001 11011110 11001100 11000 0 1000 1101 10100000 101101 1001101

Color Harmonies of #A9DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DECC

Black with #A9DECC

Text Example


Text Example

White with #A9DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DECC; }

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

 H1.HeaderClassName
 {
   color: #A9DECC;
 }
 .AnyTagClassName
 {
   color: #A9DECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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