#AEE7FB

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

Shades of Blizzard Blue #AEE7FB

Tints of Blizzard Blue #AEE7FB

Color information

#AEE7FB (or 0xAEE7FB) is unknown color: approx Blizzard Blue. HEX triplet: AE, E7 and FB. RGB value is (174,231,251). Sum of RGB (Red+Green+Blue) = 174+231+251=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEE7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE7FB is #511804. Grayscale: #D8D8D8. Windows color (decimal): -5314565 or 16508846. OLE color: 16508846.

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

Color convert

RGB174231251-
CMYK0.310.0800.02
HSL195.58º90.59%83.33%-
HSV(B)195.58º30.68%98.43%-
XYZ63.4473.12102.04-
YUV216.24147.6297.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.52%
GREEN value IS 231 (90.62% from 255) = 35.21%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=26.52%
G=35.21%
B=38.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742312510.310.0800.02195.5890.5983.33
HexAEE7FB1F802c45b53
Octal256347373371002304133123
Binary1010111011100111111110111111110000101100010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE7FB; }

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

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

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

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

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

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

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

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