#ABE8F7

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

Shades of Blizzard Blue #ABE8F7

Tints of Blizzard Blue #ABE8F7

Color information

#ABE8F7 (or 0xABE8F7) is unknown color: approx Blizzard Blue. HEX triplet: AB, E8 and F7. RGB value is (171,232,247). Sum of RGB (Red+Green+Blue) = 171+232+247=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABE8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8F7 is #541708. Grayscale: #D7D7D7. Windows color (decimal): -5510921 or 16246955. OLE color: 16246955.

HSL color Cylindrical-coordinate representation of color #ABE8F7: hue angle of 191.84º 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 #ABE8F7 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171232247-
CMYK0.310.0600.03
HSL191.84º82.61%81.96%-
HSV(B)191.84º30.77%96.86%-
XYZ62.4473.0998.81-
YUV215.47145.7996.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.31%
GREEN value IS 232 (91.02% from 255) = 35.69%
BLUE value IS 247 (96.88% from 255) = 38%
R=26.31%
G=35.69%
B=38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712322470.310.0600.03191.8482.6181.96
HexABE8F71F603c05352
Octal25335036737603300123122
Binary101010111110100011110111111111100111100000010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE8F7; }

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

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

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

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

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

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

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

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