#abe8d7

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

Shades of Ice Cold #ABE8D7

Tints of Ice Cold #ABE8D7

Color information

#ABE8D7 (or 0xABE8D7) is unknown color: approx Ice Cold. HEX triplet: AB, E8 and D7. RGB value is (171,232,215). Sum of RGB (Red+Green+Blue) = 171+232+215=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE8D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE8D7 is #541728. Grayscale: #D3D3D3. Windows color (decimal): -5510953 or 14149803. OLE color: 14149803.

HSL color Cylindrical-coordinate representation of color #ABE8D7: hue angle of 163.28º 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 #ABE8D7 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB171232215-
CMYK0.2600.070.09
HSL163.28º57.01%79.02%-
HSV(B)163.28º26.29%90.98%-
XYZ57.9271.2875-
YUV211.82129.7998.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.67%
GREEN value IS 232 (91.02% from 255) = 37.54%
BLUE value IS 215 (84.38% from 255) = 34.79%
R=27.67%
G=37.54%
B=34.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712322150.2600.070.09163.2857.0179.02
HexABE8D71A079a3394f
Octal25335032732071124371117
Binary1010101111101000110101111101001111001101000111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abe8d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abe8d7; }

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

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

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

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

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

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

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

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