#AEE5F1

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

Shades of Blizzard Blue #AEE5F1

Tints of Blizzard Blue #AEE5F1

Color information

#AEE5F1 (or 0xAEE5F1) is unknown color: approx Blizzard Blue. HEX triplet: AE, E5 and F1. RGB value is (174,229,241). Sum of RGB (Red+Green+Blue) = 174+229+241=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEE5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5F1 is #511A0E. Grayscale: #D5D5D5. Windows color (decimal): -5315087 or 15852974. OLE color: 15852974.

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

Color convert

RGB174229241-
CMYK0.280.0500.05
HSL190.75º70.53%81.37%-
HSV(B)190.75º27.8%94.51%-
XYZ61.3571.3993.76-
YUV213.92143.2899.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.02%
GREEN value IS 229 (89.84% from 255) = 35.56%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=27.02%
G=35.56%
B=37.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742292410.280.0500.05190.7570.5381.37
HexAEE5F11C505bf4751
Octal25634536134505277107121
Binary1010111011100101111100011110010101011011111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5F1; }

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

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

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

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

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

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

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

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