#AAE5FA

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

Shades of Blizzard Blue #AAE5FA

Tints of Blizzard Blue #AAE5FA

Color information

#AAE5FA (or 0xAAE5FA) is unknown color: approx Blizzard Blue. HEX triplet: AA, E5 and FA. RGB value is (170,229,250). Sum of RGB (Red+Green+Blue) = 170+229+250=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAE5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5FA is #551A05. Grayscale: #D5D5D5. Windows color (decimal): -5577222 or 16442794. OLE color: 16442794.

HSL color Cylindrical-coordinate representation of color #AAE5FA: hue angle of 195.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 #AAE5FA is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170229250-
CMYK0.320.0800.02
HSL195.75º88.89%82.35%-
HSV(B)195.75º32%98.04%-
XYZ61.8571.49100.98-
YUV213.75148.4596.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.19%
GREEN value IS 229 (89.84% from 255) = 35.29%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=26.19%
G=35.29%
B=38.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702292500.320.0800.02195.7588.8982.35
HexAAE5FA20802c45952
Octal252345372401002304131122
Binary10101010111001011111101010000010000101100010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE5FA; }

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

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

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

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

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

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

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

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