#ABE5EC

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

Shades of Blizzard Blue #ABE5EC

Tints of Blizzard Blue #ABE5EC

Color information

#ABE5EC (or 0xABE5EC) is unknown color: approx Blizzard Blue. HEX triplet: AB, E5 and EC. RGB value is (171,229,236). Sum of RGB (Red+Green+Blue) = 171+229+236=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABE5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE5EC is #541A13. Grayscale: #D4D4D4. Windows color (decimal): -5511700 or 15525291. OLE color: 15525291.

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

Color convert

RGB171229236-
CMYK0.280.0300.07
HSL186.46º63.11%79.8%-
HSV(B)186.46º27.54%92.55%-
XYZ59.9570.7589.85-
YUV212.46141.2898.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.89%
GREEN value IS 229 (89.84% from 255) = 36.01%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=26.89%
G=36.01%
B=37.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712292360.280.0300.07186.4663.1179.8
HexABE5EC1C307ba3f50
Octal2533453543430727277120
Binary10101011111001011110110011100110111101110101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE5EC; }

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

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

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

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

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

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

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

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