#ABDED0

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

Shades of Ice Cold #ABDED0

Tints of Ice Cold #ABDED0

Color information

#ABDED0 (or 0xABDED0) is unknown color: approx Ice Cold. HEX triplet: AB, DE and D0. RGB value is (171,222,208). Sum of RGB (Red+Green+Blue) = 171+222+208=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDED0 is #54212F. Grayscale: #CDCDCD. Windows color (decimal): -5513520 or 13688491. OLE color: 13688491.

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

Color convert

RGB171222208-
CMYK0.2300.060.13
HSL163.53º43.59%77.06%-
HSV(B)163.53º22.97%87.06%-
XYZ54.365.4569.45-
YUV205.15129.6103.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=28.45%
G=36.94%
B=34.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712222080.2300.060.13163.5343.5977.06
HexABDED01706Da42c4d
Octal25333632027061524454115
Binary1010101111011110110100001011101101101101001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDED0; }

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

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

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

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

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

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

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

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