#AEE7F1

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

Shades of Blizzard Blue #AEE7F1

Tints of Blizzard Blue #AEE7F1

Color information

#AEE7F1 (or 0xAEE7F1) is unknown color: approx Blizzard Blue. HEX triplet: AE, E7 and F1. RGB value is (174,231,241). Sum of RGB (Red+Green+Blue) = 174+231+241=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEE7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE7F1 is #51180E. Grayscale: #D6D6D6. Windows color (decimal): -5314575 or 15853486. OLE color: 15853486.

HSL color Cylindrical-coordinate representation of color #AEE7F1: hue angle of 188.96º 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 #AEE7F1 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174231241-
CMYK0.280.0400.05
HSL188.96º70.53%81.37%-
HSV(B)188.96º27.8%94.51%-
XYZ61.9172.593.95-
YUV215.1142.6298.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.93%
GREEN value IS 231 (90.62% from 255) = 35.76%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=26.93%
G=35.76%
B=37.31%

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
Decimal1742312410.280.0400.05188.9670.5381.37
HexAEE7F11C405bd4751
Octal25634736134405275107121
Binary1010111011100111111100011110010001011011110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE7F1; }

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

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

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

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

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

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

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

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