#ABECD9

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

Shades of Ice Cold #ABECD9

Tints of Ice Cold #ABECD9

Color information

#ABECD9 (or 0xABECD9) is unknown color: approx Ice Cold. HEX triplet: AB, EC and D9. RGB value is (171,236,217). Sum of RGB (Red+Green+Blue) = 171+236+217=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECD9 is #541326. Grayscale: #D6D6D6. Windows color (decimal): -5509927 or 14281899. OLE color: 14281899.

HSL color Cylindrical-coordinate representation of color #ABECD9: hue angle of 162.46º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECD9 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB171236217-
CMYK0.2800.080.07
HSL162.46º63.11%79.8%-
HSV(B)162.46º27.54%92.55%-
XYZ59.3173.6676.74-
YUV214.4129.4797.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.40%
GREEN value IS 236 (92.58% from 255) = 37.82%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=27.40%
G=37.82%
B=34.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712362170.2800.080.07162.4663.1179.8
HexABECD91C087a23f50
Octal25335433134010724277120
Binary1010101111101100110110011110001000111101000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECD9; }

 p { color: rgb(171,236,217); }

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

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

 a { background-color: rgb(171,236,217); }

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

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

 span { border-color: rgb(171,236,217); }

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