#AAE9FA

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

Shades of Blizzard Blue #AAE9FA

Tints of Blizzard Blue #AAE9FA

Color information

#AAE9FA (or 0xAAE9FA) is unknown color: approx Blizzard Blue. HEX triplet: AA, E9 and FA. RGB value is (170,233,250). Sum of RGB (Red+Green+Blue) = 170+233+250=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAE9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9FA is #551605. Grayscale: #D7D7D7. Windows color (decimal): -5576198 or 16443818. OLE color: 16443818.

HSL color Cylindrical-coordinate representation of color #AAE9FA: hue angle of 192.75º degrees, saturation: 0.89, 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 #AAE9FA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170233250-
CMYK0.320.0700.02
HSL192.75º88.89%82.35%-
HSV(B)192.75º32%98.04%-
XYZ62.9773.73101.35-
YUV216.1147.1395.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.03%
GREEN value IS 233 (91.41% from 255) = 35.68%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=26.03%
G=35.68%
B=38.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702332500.320.0700.02192.7588.8982.35
HexAAE9FA20702c15952
Octal25235137240702301131122
Binary1010101011101001111110101000001110101100000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9FA; }

 p { color: rgb(170,233,250); }

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

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

 a { background-color: rgb(170,233,250); }

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

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

 span { border-color: rgb(170,233,250); }

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