#AAEBF7

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

Shades of Blizzard Blue #AAEBF7

Tints of Blizzard Blue #AAEBF7

Color information

#AAEBF7 (or 0xAAEBF7) is unknown color: approx Blizzard Blue. HEX triplet: AA, EB and F7. RGB value is (170,235,247). Sum of RGB (Red+Green+Blue) = 170+235+247=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAEBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBF7 is #551408. Grayscale: #D8D8D8. Windows color (decimal): -5575689 or 16247722. OLE color: 16247722.

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

Color convert

RGB170235247-
CMYK0.310.0500.03
HSL189.35º82.8%81.76%-
HSV(B)189.35º31.17%96.86%-
XYZ63.0774.6899.09-
YUV216.93144.9794.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.07%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 247 (96.88% from 255) = 37.88%
R=26.07%
G=36.04%
B=37.88%

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
Decimal1702352470.310.0500.03189.3582.881.76
HexAAEBF71F503bd5352
Octal25235336737503275123122
Binary101010101110101111110111111111010111011110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBF7; }

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

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

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

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

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

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

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

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