#ABE1DA

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

Shades of Ice Cold #ABE1DA

Tints of Ice Cold #ABE1DA

Color information

#ABE1DA (or 0xABE1DA) is unknown color: approx Ice Cold. HEX triplet: AB, E1 and DA. RGB value is (171,225,218). Sum of RGB (Red+Green+Blue) = 171+225+218=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1DA is #541E25. Grayscale: #D0D0D0. Windows color (decimal): -5512742 or 14344619. OLE color: 14344619.

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

Color convert

RGB171225218-
CMYK0.2400.030.12
HSL172.22º47.37%77.65%-
HSV(B)172.22º24%88.24%-
XYZ56.3767.5776.4-
YUV208.06133.61101.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.85%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=27.85%
G=36.64%
B=35.50%

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
Decimal1712252180.2400.030.12172.2247.3777.65
HexABE1DA1803Cac2f4e
Octal25334133230031425457116
Binary101010111110000111011010110000111100101011001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1DA; }

 p { color: rgb(171,225,218); }

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

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

 a { background-color: rgb(171,225,218); }

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

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

 span { border-color: rgb(171,225,218); }

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