#AEE7F3

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

Shades of Blizzard Blue #AEE7F3

Tints of Blizzard Blue #AEE7F3

Color information

#AEE7F3 (or 0xAEE7F3) is unknown color: approx Blizzard Blue. HEX triplet: AE, E7 and F3. RGB value is (174,231,243). Sum of RGB (Red+Green+Blue) = 174+231+243=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEE7F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE7F3 is #51180C. Grayscale: #D7D7D7. Windows color (decimal): -5314573 or 15984558. OLE color: 15984558.

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

Color convert

RGB174231243-
CMYK0.280.0500.05
HSL190.43º74.19%81.76%-
HSV(B)190.43º28.4%95.29%-
XYZ62.2172.6295.53-
YUV215.32143.6298.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.85%
GREEN value IS 231 (90.62% from 255) = 35.65%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=26.85%
G=35.65%
B=37.5%

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
Decimal1742312430.280.0500.05190.4374.1981.76
HexAEE7F31C505be4a52
Octal25634736334505276112122
Binary1010111011100111111100111110010101011011111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE7F3; }

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

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

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

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

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

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

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

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