#AAEBF8

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

Shades of Blizzard Blue #AAEBF8

Tints of Blizzard Blue #AAEBF8

Color information

#AAEBF8 (or 0xAAEBF8) is unknown color: approx Blizzard Blue. HEX triplet: AA, EB and F8. RGB value is (170,235,248). Sum of RGB (Red+Green+Blue) = 170+235+248=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAEBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBF8 is #551407. Grayscale: #D8D8D8. Windows color (decimal): -5575688 or 16313258. OLE color: 16313258.

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

Color convert

RGB170235248-
CMYK0.310.0500.03
HSL190º84.78%81.96%-
HSV(B)190º31.45%97.25%-
XYZ63.2374.7499.9-
YUV217.05145.4794.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.03%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 248 (97.27% from 255) = 37.98%
R=26.03%
G=35.99%
B=37.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702352480.310.0500.0319084.7881.96
HexAAEBF81F503be5552
Octal25235337037503276125122
Binary101010101110101111111000111111010111011111010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBF8; }

 p { color: rgb(170,235,248); }

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

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

 a { background-color: rgb(170,235,248); }

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

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

 span { border-color: rgb(170,235,248); }

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