#ABE2DB

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

Shades of Ice Cold #ABE2DB

Tints of Ice Cold #ABE2DB

Color information

#ABE2DB (or 0xABE2DB) is unknown color: approx Ice Cold. HEX triplet: AB, E2 and DB. RGB value is (171,226,219). Sum of RGB (Red+Green+Blue) = 171+226+219=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2DB is #541D24. Grayscale: #D0D0D0. Windows color (decimal): -5512485 or 14410411. OLE color: 14410411.

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

Color convert

RGB171226219-
CMYK0.2400.030.11
HSL172.36º48.67%77.84%-
HSV(B)172.36º24.34%88.63%-
XYZ56.7868.1777.18-
YUV208.76133.78101.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.76%
GREEN value IS 226 (88.67% from 255) = 36.69%
BLUE value IS 219 (85.94% from 255) = 35.55%
R=27.76%
G=36.69%
B=35.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712262190.2400.030.11172.3648.6777.84
HexABE2DB1803Bac314e
Octal25334233330031325461116
Binary101010111110001011011011110000111011101011001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2DB; }

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

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

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

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

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

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

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

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