#ABEAF4

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

Shades of Blizzard Blue #ABEAF4

Tints of Blizzard Blue #ABEAF4

Color information

#ABEAF4 (or 0xABEAF4) is unknown color: approx Blizzard Blue. HEX triplet: AB, EA and F4. RGB value is (171,234,244). Sum of RGB (Red+Green+Blue) = 171+234+244=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABEAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAF4 is #54150B. Grayscale: #D8D8D8. Windows color (decimal): -5510412 or 16050859. OLE color: 16050859.

HSL color Cylindrical-coordinate representation of color #ABEAF4: hue angle of 188.22º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABEAF4 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171234244-
CMYK0.300.0400.04
HSL188.22º76.84%81.37%-
HSV(B)188.22º29.92%95.69%-
XYZ62.5574.0496.58-
YUV216.3143.6395.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.35%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 244 (95.70% from 255) = 37.60%
R=26.35%
G=36.06%
B=37.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712342440.300.0400.04188.2276.8481.37
HexABEAF41E404bc4d51
Octal25335236436404274115121
Binary1010101111101010111101001111010001001011110010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAF4; }

 p { color: rgb(171,234,244); }

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

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

 a { background-color: rgb(171,234,244); }

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

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

 span { border-color: rgb(171,234,244); }

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