#AAEAF3

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

Shades of Blizzard Blue #AAEAF3

Tints of Blizzard Blue #AAEAF3

Color information

#AAEAF3 (or 0xAAEAF3) is unknown color: approx Blizzard Blue. HEX triplet: AA, EA and F3. RGB value is (170,234,243). Sum of RGB (Red+Green+Blue) = 170+234+243=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAEAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAF3 is #55150C. Grayscale: #D7D7D7. Windows color (decimal): -5575949 or 15985322. OLE color: 15985322.

HSL color Cylindrical-coordinate representation of color #AAEAF3: hue angle of 187.4º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEAF3 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170234243-
CMYK0.300.0400.05
HSL187.4º75.26%80.98%-
HSV(B)187.4º30.04%95.29%-
XYZ62.1873.8695.77-
YUV215.89143.395.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.28%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 243 (95.31% from 255) = 37.56%
R=26.28%
G=36.17%
B=37.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702342430.300.0400.05187.475.2680.98
HexAAEAF31E405bb4b51
Octal25235236336405273113121
Binary1010101011101010111100111111010001011011101110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAF3; }

 p { color: rgb(170,234,243); }

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

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

 a { background-color: rgb(170,234,243); }

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

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

 span { border-color: rgb(170,234,243); }

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