#abeaf9

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

Shades of Blizzard Blue #ABEAF9

Tints of Blizzard Blue #ABEAF9

Color information

#ABEAF9 (or 0xABEAF9) is unknown color: approx Blizzard Blue. HEX triplet: AB, EA and F9. RGB value is (171,234,249). Sum of RGB (Red+Green+Blue) = 171+234+249=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABEAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAF9 is #541506. Grayscale: #D8D8D8. Windows color (decimal): -5510407 or 16378539. OLE color: 16378539.

HSL color Cylindrical-coordinate representation of color #ABEAF9: hue angle of 191.54º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABEAF9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171234249-
CMYK0.310.0600.02
HSL191.54º86.67%82.35%-
HSV(B)191.54º31.33%97.65%-
XYZ63.3274.34100.64-
YUV216.87146.1395.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.15%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 249 (97.66% from 255) = 38.07%
R=26.15%
G=35.78%
B=38.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712342490.310.0600.02191.5486.6782.35
HexABEAF91F602c05752
Octal25335237137602300127122
Binary101010111110101011111001111111100101100000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abeaf9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abeaf9; }

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

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

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

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

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

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

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

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