#ABE7DE

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

Shades of Ice Cold #ABE7DE

Tints of Ice Cold #ABE7DE

Color information

#ABE7DE (or 0xABE7DE) is unknown color: approx Ice Cold. HEX triplet: AB, E7 and DE. RGB value is (171,231,222). Sum of RGB (Red+Green+Blue) = 171+231+222=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE7DE is #541821. Grayscale: #D4D4D4. Windows color (decimal): -5511202 or 14608299. OLE color: 14608299.

HSL color Cylindrical-coordinate representation of color #ABE7DE: hue angle of 171º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE7DE is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB171231222-
CMYK0.2600.040.09
HSL171º55.56%78.82%-
HSV(B)171º25.97%90.59%-
XYZ58.5671.0879.74-
YUV212.03133.6298.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.40%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 222 (87.11% from 255) = 35.58%
R=27.40%
G=37.02%
B=35.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712312220.2600.040.0917155.5678.82
HexABE7DE1A049ab384f
Octal25334733632041125370117
Binary1010101111100111110111101101001001001101010111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE7DE; }

 p { color: rgb(171,231,222); }

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

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

 a { background-color: rgb(171,231,222); }

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

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

 span { border-color: rgb(171,231,222); }

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