#AEE7F2

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

Shades of Blizzard Blue #AEE7F2

Tints of Blizzard Blue #AEE7F2

Color information

#AEE7F2 (or 0xAEE7F2) is unknown color: approx Blizzard Blue. HEX triplet: AE, E7 and F2. RGB value is (174,231,242). Sum of RGB (Red+Green+Blue) = 174+231+242=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEE7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE7F2 is #51180D. Grayscale: #D7D7D7. Windows color (decimal): -5314574 or 15919022. OLE color: 15919022.

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

Color convert

RGB174231242-
CMYK0.280.0500.05
HSL189.71º72.34%81.57%-
HSV(B)189.71º28.1%94.9%-
XYZ62.0672.5694.74-
YUV215.21143.1298.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.89%
GREEN value IS 231 (90.62% from 255) = 35.70%
BLUE value IS 242 (94.92% from 255) = 37.40%
R=26.89%
G=35.70%
B=37.40%

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
Decimal1742312420.280.0500.05189.7172.3481.57
HexAEE7F21C505be4852
Octal25634736234505276110122
Binary1010111011100111111100101110010101011011111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE7F2; }

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

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

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

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

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

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

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

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