#AEE7F0

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

Shades of Blizzard Blue #AEE7F0

Tints of Blizzard Blue #AEE7F0

Color information

#AEE7F0 (or 0xAEE7F0) is unknown color: approx Blizzard Blue. HEX triplet: AE, E7 and F0. RGB value is (174,231,240). Sum of RGB (Red+Green+Blue) = 174+231+240=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEE7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE7F0 is #51180F. Grayscale: #D6D6D6. Windows color (decimal): -5314576 or 15787950. OLE color: 15787950.

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

Color convert

RGB174231240-
CMYK0.280.0400.06
HSL188.18º68.75%81.18%-
HSV(B)188.18º27.5%94.12%-
XYZ61.7672.4493.17-
YUV214.98142.1298.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.98%
GREEN value IS 231 (90.62% from 255) = 35.81%
BLUE value IS 240 (94.14% from 255) = 37.21%
R=26.98%
G=35.81%
B=37.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742312400.280.0400.06188.1868.7581.18
HexAEE7F01C406bc4551
Octal25634736034406274105121
Binary1010111011100111111100001110010001101011110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE7F0; }

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

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

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

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

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

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

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

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