#ABDDCC

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

Shades of Ice Cold #ABDDCC

Tints of Ice Cold #ABDDCC

Color information

#ABDDCC (or 0xABDDCC) is unknown color: approx Ice Cold. HEX triplet: AB, DD and CC. RGB value is (171,221,204). Sum of RGB (Red+Green+Blue) = 171+221+204=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDCC is #542233. Grayscale: #CCCCCC. Windows color (decimal): -5513780 or 13426091. OLE color: 13426091.

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

Color convert

RGB171221204-
CMYK0.2300.080.13
HSL159.6º42.37%76.86%-
HSV(B)159.6º22.62%86.67%-
XYZ53.5564.7366.8-
YUV204.11127.94104.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=28.69%
G=37.08%
B=34.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712212040.2300.080.13159.642.3776.86
HexABDDCC1708Da02a4d
Octal253335314270101524052115
Binary10101011110111011100110010111010001101101000001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDCC; }

 p { color: rgb(171,221,204); }

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

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

 a { background-color: rgb(171,221,204); }

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

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

 span { border-color: rgb(171,221,204); }

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