#AEE8FB

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

Shades of Blizzard Blue #AEE8FB

Tints of Blizzard Blue #AEE8FB

Color information

#AEE8FB (or 0xAEE8FB) is unknown color: approx Blizzard Blue. HEX triplet: AE, E8 and FB. RGB value is (174,232,251). Sum of RGB (Red+Green+Blue) = 174+232+251=657 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.48% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEE8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8FB is #511704. Grayscale: #D8D8D8. Windows color (decimal): -5314309 or 16509102. OLE color: 16509102.

HSL color Cylindrical-coordinate representation of color #AEE8FB: 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.31%. Process color model (Four color, CMYK) of #AEE8FB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174232251-
CMYK0.310.0800.02
HSL194.81º90.59%83.33%-
HSV(B)194.81º30.68%98.43%-
XYZ63.7273.68102.13-
YUV216.82147.2897.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.48%
GREEN value IS 232 (91.02% from 255) = 35.31%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=26.48%
G=35.31%
B=38.20%

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
Decimal1742322510.310.0800.02194.8190.5983.33
HexAEE8FB1F802c35b53
Octal256350373371002303133123
Binary1010111011101000111110111111110000101100001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE8FB; }

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

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

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

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

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

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

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

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