#ABECF7

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

Shades of Blizzard Blue #ABECF7

Tints of Blizzard Blue #ABECF7

Color information

#ABECF7 (or 0xABECF7) is unknown color: approx Blizzard Blue. HEX triplet: AB, EC and F7. RGB value is (171,236,247). Sum of RGB (Red+Green+Blue) = 171+236+247=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABECF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECF7 is #541308. Grayscale: #D9D9D9. Windows color (decimal): -5509897 or 16247979. OLE color: 16247979.

HSL color Cylindrical-coordinate representation of color #ABECF7: hue angle of 188.68º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABECF7 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171236247-
CMYK0.310.0400.03
HSL188.68º82.61%81.96%-
HSV(B)188.68º30.77%96.86%-
XYZ63.5875.3699.19-
YUV217.82144.4794.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.15%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=26.15%
G=36.09%
B=37.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712362470.310.0400.03188.6882.6181.96
HexABECF71F403bd5352
Octal25335436737403275123122
Binary101010111110110011110111111111000111011110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECF7; }

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

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

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

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

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

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

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

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