#ABECD7

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

Shades of Ice Cold #ABECD7

Tints of Ice Cold #ABECD7

Color information

#ABECD7 (or 0xABECD7) is unknown color: approx Ice Cold. HEX triplet: AB, EC and D7. RGB value is (171,236,215). Sum of RGB (Red+Green+Blue) = 171+236+215=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECD7 is #541328. Grayscale: #D6D6D6. Windows color (decimal): -5509929 or 14150827. OLE color: 14150827.

HSL color Cylindrical-coordinate representation of color #ABECD7: hue angle of 160.62º 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 #ABECD7 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB171236215-
CMYK0.2800.090.07
HSL160.62º63.11%79.8%-
HSV(B)160.62º27.54%92.55%-
XYZ59.0673.5675.37-
YUV214.17128.4797.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.49%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=27.49%
G=37.94%
B=34.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712362150.2800.090.07160.6263.1179.8
HexABECD71C097a13f50
Octal25335432734011724177120
Binary1010101111101100110101111110001001111101000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECD7; }

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

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

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

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

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

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

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

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