#AAE7FB

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

Shades of Blizzard Blue #AAE7FB

Tints of Blizzard Blue #AAE7FB

Color information

#AAE7FB (or 0xAAE7FB) is unknown color: approx Blizzard Blue. HEX triplet: AA, E7 and FB. RGB value is (170,231,251). Sum of RGB (Red+Green+Blue) = 170+231+251=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAE7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7FB is #551804. Grayscale: #D6D6D6. Windows color (decimal): -5576709 or 16508842. OLE color: 16508842.

HSL color Cylindrical-coordinate representation of color #AAE7FB: hue angle of 194.81º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAE7FB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170231251-
CMYK0.320.0800.02
HSL194.81º91.01%82.55%-
HSV(B)194.81º32.27%98.43%-
XYZ62.5772.66101.99-
YUV215.04148.2995.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.07%
GREEN value IS 231 (90.62% from 255) = 35.43%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=26.07%
G=35.43%
B=38.50%

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
Decimal1702312510.320.0800.02194.8191.0182.55
HexAAE7FB20802c35b53
Octal252347373401002303133123
Binary10101010111001111111101110000010000101100001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7FB; }

 p { color: rgb(170,231,251); }

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

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

 a { background-color: rgb(170,231,251); }

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

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

 span { border-color: rgb(170,231,251); }

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