#AEE5F2

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

Shades of Blizzard Blue #AEE5F2

Tints of Blizzard Blue #AEE5F2

Color information

#AEE5F2 (or 0xAEE5F2) is unknown color: approx Blizzard Blue. HEX triplet: AE, E5 and F2. RGB value is (174,229,242). Sum of RGB (Red+Green+Blue) = 174+229+242=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEE5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5F2 is #511A0D. Grayscale: #D5D5D5. Windows color (decimal): -5315086 or 15918510. OLE color: 15918510.

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

Color convert

RGB174229242-
CMYK0.280.0500.05
HSL191.47º72.34%81.57%-
HSV(B)191.47º28.1%94.9%-
XYZ61.571.4594.55-
YUV214.04143.7899.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.98%
GREEN value IS 229 (89.84% from 255) = 35.50%
BLUE value IS 242 (94.92% from 255) = 37.52%
R=26.98%
G=35.50%
B=37.52%

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
Decimal1742292420.280.0500.05191.4772.3481.57
HexAEE5F21C505bf4852
Octal25634536234505277110122
Binary1010111011100101111100101110010101011011111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5F2; }

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

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

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

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

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

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

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

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