#ABE2DD

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

Shades of Ice Cold #ABE2DD

Tints of Ice Cold #ABE2DD

Color information

#ABE2DD (or 0xABE2DD) is unknown color: approx Ice Cold. HEX triplet: AB, E2 and DD. RGB value is (171,226,221). Sum of RGB (Red+Green+Blue) = 171+226+221=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2DD is #541D22. Grayscale: #D0D0D0. Windows color (decimal): -5512483 or 14541483. OLE color: 14541483.

HSL color Cylindrical-coordinate representation of color #ABE2DD: hue angle of 174.55º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE2DD is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB171226221-
CMYK0.2400.020.11
HSL174.55º48.67%77.84%-
HSV(B)174.55º24.34%88.63%-
XYZ57.0468.2778.58-
YUV208.98134.78100.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.67%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=27.67%
G=36.57%
B=35.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712262210.2400.020.11174.5548.6777.84
HexABE2DD1802Baf314e
Octal25334233530021325761116
Binary101010111110001011011101110000101011101011111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2DD; }

 p { color: rgb(171,226,221); }

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

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

 a { background-color: rgb(171,226,221); }

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

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

 span { border-color: rgb(171,226,221); }

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