#ABE4DC

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

Shades of Ice Cold #ABE4DC

Tints of Ice Cold #ABE4DC

Color information

#ABE4DC (or 0xABE4DC) is unknown color: approx Ice Cold. HEX triplet: AB, E4 and DC. RGB value is (171,228,220). Sum of RGB (Red+Green+Blue) = 171+228+220=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE4DC is #541B23. Grayscale: #D2D2D2. Windows color (decimal): -5511972 or 14476459. OLE color: 14476459.

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

Color convert

RGB171228220-
CMYK0.2500.040.11
HSL171.58º51.35%78.24%-
HSV(B)171.58º25%89.41%-
XYZ57.4669.3178.06-
YUV210.04133.62100.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.63%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=27.63%
G=36.83%
B=35.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712282200.2500.040.11171.5851.3578.24
HexABE4DC1904Bac334e
Octal25334433431041325463116
Binary1010101111100100110111001100101001011101011001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE4DC; }

 p { color: rgb(171,228,220); }

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

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

 a { background-color: rgb(171,228,220); }

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

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

 span { border-color: rgb(171,228,220); }

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