#ABE1EC

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

Shades of Blizzard Blue #ABE1EC

Tints of Blizzard Blue #ABE1EC

Color information

#ABE1EC (or 0xABE1EC) is unknown color: approx Blizzard Blue. HEX triplet: AB, E1 and EC. RGB value is (171,225,236). Sum of RGB (Red+Green+Blue) = 171+225+236=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABE1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1EC is #541E13. Grayscale: #D2D2D2. Windows color (decimal): -5512724 or 15524267. OLE color: 15524267.

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

Color convert

RGB171225236-
CMYK0.280.0500.07
HSL190.15º63.11%79.8%-
HSV(B)190.15º27.54%92.55%-
XYZ58.8668.5689.49-
YUV210.11142.61100.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.06%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=27.06%
G=35.60%
B=37.34%

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
Decimal1712252360.280.0500.07190.1563.1179.8
HexABE1EC1C507be3f50
Octal2533413543450727677120
Binary101010111110000111101100111001010111101111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1EC; }

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

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

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

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

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

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

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

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