#AAECF9

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

Shades of Blizzard Blue #AAECF9

Tints of Blizzard Blue #AAECF9

Color information

#AAECF9 (or 0xAAECF9) is unknown color: approx Blizzard Blue. HEX triplet: AA, EC and F9. RGB value is (170,236,249). Sum of RGB (Red+Green+Blue) = 170+236+249=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECF9 is #551306. Grayscale: #D9D9D9. Windows color (decimal): -5575431 or 16379050. OLE color: 16379050.

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

Color convert

RGB170236249-
CMYK0.320.0500.02
HSL189.87º86.81%82.16%-
HSV(B)189.87º31.73%97.65%-
XYZ63.6775.38100.82-
YUV217.75145.6393.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.95%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 249 (97.66% from 255) = 38.02%
R=25.95%
G=36.03%
B=38.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702362490.320.0500.02189.8786.8182.16
HexAAECF920502be5752
Octal25235437140502276127122
Binary1010101011101100111110011000001010101011111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECF9; }

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

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

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

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

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

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

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

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