#AEE8F1

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

Shades of Blizzard Blue #AEE8F1

Tints of Blizzard Blue #AEE8F1

Color information

#AEE8F1 (or 0xAEE8F1) is unknown color: approx Blizzard Blue. HEX triplet: AE, E8 and F1. RGB value is (174,232,241). Sum of RGB (Red+Green+Blue) = 174+232+241=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEE8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8F1 is #51170E. Grayscale: #D7D7D7. Windows color (decimal): -5314319 or 15853742. OLE color: 15853742.

HSL color Cylindrical-coordinate representation of color #AEE8F1: hue angle of 188.06º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEE8F1 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174232241-
CMYK0.280.0400.05
HSL188.06º70.53%81.37%-
HSV(B)188.06º27.8%94.51%-
XYZ62.1973.0694.04-
YUV215.68142.2898.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.89%
GREEN value IS 232 (91.02% from 255) = 35.86%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=26.89%
G=35.86%
B=37.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742322410.280.0400.05188.0670.5381.37
HexAEE8F11C405bc4751
Octal25635036134405274107121
Binary1010111011101000111100011110010001011011110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE8F1; }

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

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

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

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

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

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

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

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