#ABE0D9

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

Shades of Ice Cold #ABE0D9

Tints of Ice Cold #ABE0D9

Color information

#ABE0D9 (or 0xABE0D9) is unknown color: approx Ice Cold. HEX triplet: AB, E0 and D9. RGB value is (171,224,217). Sum of RGB (Red+Green+Blue) = 171+224+217=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0D9 is #541F26. Grayscale: #CFCFCF. Windows color (decimal): -5512999 or 14278827. OLE color: 14278827.

HSL color Cylindrical-coordinate representation of color #ABE0D9: hue angle of 172.08º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0D9 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB171224217-
CMYK0.2400.030.12
HSL172.08º46.09%77.45%-
HSV(B)172.08º23.66%87.84%-
XYZ55.9766.9875.62-
YUV207.36133.44102.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.94%
GREEN value IS 224 (87.89% from 255) = 36.60%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=27.94%
G=36.60%
B=35.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712242170.2400.030.12172.0846.0977.45
HexABE0D91803Cac2e4d
Octal25334033130031425456115
Binary101010111110000011011001110000111100101011001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0D9; }

 p { color: rgb(171,224,217); }

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

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

 a { background-color: rgb(171,224,217); }

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

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

 span { border-color: rgb(171,224,217); }

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