#ABE0EC

Color #ABE0EC Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #ABE0EC

Tints of Blizzard Blue #ABE0EC

Color information

#ABE0EC (or 0xABE0EC) is unknown color: approx Blizzard Blue. HEX triplet: AB, E0 and EC. RGB value is (171,224,236). Sum of RGB (Red+Green+Blue) = 171+224+236=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0EC is #541F13. Grayscale: #D1D1D1. Windows color (decimal): -5512980 or 15524011. OLE color: 15524011.

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

Color convert

RGB171224236-
CMYK0.280.0500.07
HSL191.08º63.11%79.8%-
HSV(B)191.08º27.54%92.55%-
XYZ58.5968.0389.4-
YUV209.52142.94100.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.10%
GREEN value IS 224 (87.89% from 255) = 35.50%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=27.10%
G=35.50%
B=37.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712242360.280.0500.07191.0863.1179.8
HexABE0EC1C507bf3f50
Octal2533403543450727777120
Binary101010111110000011101100111001010111101111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0EC; }

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

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

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

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

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

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

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

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