#AAE9FD

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

Shades of Blizzard Blue #AAE9FD

Tints of Blizzard Blue #AAE9FD

Color information

#AAE9FD (or 0xAAE9FD) is unknown color: approx Blizzard Blue. HEX triplet: AA, E9 and FD. RGB value is (170,233,253). Sum of RGB (Red+Green+Blue) = 170+233+253=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9FD is #551602. Grayscale: #D8D8D8. Windows color (decimal): -5576195 or 16640426. OLE color: 16640426.

HSL color Cylindrical-coordinate representation of color #AAE9FD: hue angle of 194.46º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE9FD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170233253-
CMYK0.330.0800.01
HSL194.46º95.4%82.94%-
HSV(B)194.46º32.81%99.22%-
XYZ63.4573.92103.85-
YUV216.44148.6394.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.91%
GREEN value IS 233 (91.41% from 255) = 35.52%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=25.91%
G=35.52%
B=38.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702332530.330.0800.01194.4695.482.94
HexAAE9FD21801c25f53
Octal252351375411001302137123
Binary1010101011101001111111011000011000011100001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9FD; }

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

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

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

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

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

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

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

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