#AAE6FB

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

Shades of Blizzard Blue #AAE6FB

Tints of Blizzard Blue #AAE6FB

Color information

#AAE6FB (or 0xAAE6FB) is unknown color: approx Blizzard Blue. HEX triplet: AA, E6 and FB. RGB value is (170,230,251). Sum of RGB (Red+Green+Blue) = 170+230+251=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAE6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6FB is #551904. Grayscale: #D6D6D6. Windows color (decimal): -5576965 or 16508586. OLE color: 16508586.

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

Color convert

RGB170230251-
CMYK0.320.0800.02
HSL195.56º91.01%82.55%-
HSV(B)195.56º32.27%98.43%-
XYZ62.2972.1101.9-
YUV214.45148.6296.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.11%
GREEN value IS 230 (90.23% from 255) = 35.33%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=26.11%
G=35.33%
B=38.56%

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
Decimal1702302510.320.0800.02195.5691.0182.55
HexAAE6FB20802c45b53
Octal252346373401002304133123
Binary10101010111001101111101110000010000101100010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE6FB; }

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

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

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

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

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

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

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

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