#AAECF7

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

Shades of Blizzard Blue #AAECF7

Tints of Blizzard Blue #AAECF7

Color information

#AAECF7 (or 0xAAECF7) is unknown color: approx Blizzard Blue. HEX triplet: AA, EC and F7. RGB value is (170,236,247). Sum of RGB (Red+Green+Blue) = 170+236+247=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAECF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECF7 is #551308. Grayscale: #D9D9D9. Windows color (decimal): -5575433 or 16247978. OLE color: 16247978.

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

Color convert

RGB170236247-
CMYK0.310.0400.03
HSL188.57º82.8%81.76%-
HSV(B)188.57º31.17%96.86%-
XYZ63.3675.2599.18-
YUV217.52144.6394.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.03%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=26.03%
G=36.14%
B=37.83%

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
Decimal1702362470.310.0400.03188.5782.881.76
HexAAECF71F403bd5352
Octal25235436737403275123122
Binary101010101110110011110111111111000111011110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECF7; }

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

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

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

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

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

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

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

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