#AEE5F0

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

Shades of Blizzard Blue #AEE5F0

Tints of Blizzard Blue #AEE5F0

Color information

#AEE5F0 (or 0xAEE5F0) is unknown color: approx Blizzard Blue. HEX triplet: AE, E5 and F0. RGB value is (174,229,240). Sum of RGB (Red+Green+Blue) = 174+229+240=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEE5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5F0 is #511A0F. Grayscale: #D5D5D5. Windows color (decimal): -5315088 or 15787438. OLE color: 15787438.

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

Color convert

RGB174229240-
CMYK0.280.0500.06
HSL190º68.75%81.18%-
HSV(B)190º27.5%94.12%-
XYZ61.271.3392.98-
YUV213.81142.7899.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.06%
GREEN value IS 229 (89.84% from 255) = 35.61%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=27.06%
G=35.61%
B=37.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742292400.280.0500.0619068.7581.18
HexAEE5F01C506be4551
Octal25634536034506276105121
Binary1010111011100101111100001110010101101011111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5F0; }

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

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

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

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

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

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

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

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