#ABE2DA

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

Shades of Ice Cold #ABE2DA

Tints of Ice Cold #ABE2DA

Color information

#ABE2DA (or 0xABE2DA) is unknown color: approx Ice Cold. HEX triplet: AB, E2 and DA. RGB value is (171,226,218). Sum of RGB (Red+Green+Blue) = 171+226+218=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2DA is #541D25. Grayscale: #D0D0D0. Windows color (decimal): -5512486 or 14344875. OLE color: 14344875.

HSL color Cylindrical-coordinate representation of color #ABE2DA: hue angle of 171.27º 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 #ABE2DA is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB171226218-
CMYK0.2400.040.11
HSL171.27º48.67%77.84%-
HSV(B)171.27º24.34%88.63%-
XYZ56.6568.1176.49-
YUV208.64133.28101.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.80%
GREEN value IS 226 (88.67% from 255) = 36.75%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=27.80%
G=36.75%
B=35.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712262180.2400.040.11171.2748.6777.84
HexABE2DA1804Bab314e
Octal25334233230041325361116
Binary1010101111100010110110101100001001011101010111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2DA; }

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

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

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

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

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

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

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

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