#ABDECE

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

Shades of Ice Cold #ABDECE

Tints of Ice Cold #ABDECE

Color information

#ABDECE (or 0xABDECE) is unknown color: approx Ice Cold. HEX triplet: AB, DE and CE. RGB value is (171,222,206). Sum of RGB (Red+Green+Blue) = 171+222+206=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDECE is #542131. Grayscale: #CCCCCC. Windows color (decimal): -5513522 or 13557419. OLE color: 13557419.

HSL color Cylindrical-coordinate representation of color #ABDECE: hue angle of 161.18º degrees, saturation: 0.44, 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 #ABDECE is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB171222206-
CMYK0.2300.070.13
HSL161.18º43.59%77.06%-
HSV(B)161.18º22.97%87.06%-
XYZ54.0665.3668.16-
YUV204.93128.6103.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.55%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=28.55%
G=37.06%
B=34.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712222060.2300.070.13161.1843.5977.06
HexABDECE1707Da12c4d
Octal25333631627071524154115
Binary1010101111011110110011101011101111101101000011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDECE; }

 p { color: rgb(171,222,206); }

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

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

 a { background-color: rgb(171,222,206); }

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

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

 span { border-color: rgb(171,222,206); }

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