#ABE8D9

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

Shades of Ice Cold #ABE8D9

Tints of Ice Cold #ABE8D9

Color information

#ABE8D9 (or 0xABE8D9) is unknown color: approx Ice Cold. HEX triplet: AB, E8 and D9. RGB value is (171,232,217). Sum of RGB (Red+Green+Blue) = 171+232+217=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE8D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE8D9 is #541726. Grayscale: #D4D4D4. Windows color (decimal): -5510951 or 14280875. OLE color: 14280875.

HSL color Cylindrical-coordinate representation of color #ABE8D9: hue angle of 165.25º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE8D9 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB171232217-
CMYK0.2600.060.09
HSL165.25º57.01%79.02%-
HSV(B)165.25º26.29%90.98%-
XYZ58.1871.3876.36-
YUV212.05130.7998.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.58%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 217 (85.16% from 255) = 35%
R=27.58%
G=37.42%
B=35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712322170.2600.060.09165.2557.0179.02
HexABE8D91A069a5394f
Octal25335033132061124571117
Binary1010101111101000110110011101001101001101001011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE8D9; }

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

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

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

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

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

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

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

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