#AAE6FA

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

Shades of Blizzard Blue #AAE6FA

Tints of Blizzard Blue #AAE6FA

Color information

#AAE6FA (or 0xAAE6FA) is unknown color: approx Blizzard Blue. HEX triplet: AA, E6 and FA. RGB value is (170,230,250). Sum of RGB (Red+Green+Blue) = 170+230+250=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAE6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6FA is #551905. Grayscale: #D6D6D6. Windows color (decimal): -5576966 or 16443050. OLE color: 16443050.

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

Color convert

RGB170230250-
CMYK0.320.0800.02
HSL195º88.89%82.35%-
HSV(B)195º32%98.04%-
XYZ62.1372.04101.07-
YUV214.34148.1296.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.15%
GREEN value IS 230 (90.23% from 255) = 35.38%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=26.15%
G=35.38%
B=38.46%

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
Decimal1702302500.320.0800.0219588.8982.35
HexAAE6FA20802c35952
Octal252346372401002303131122
Binary10101010111001101111101010000010000101100001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE6FA; }

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

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

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

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

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

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

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

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