#AEEAF5

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

Shades of Blizzard Blue #AEEAF5

Tints of Blizzard Blue #AEEAF5

Color information

#AEEAF5 (or 0xAEEAF5) is unknown color: approx Blizzard Blue. HEX triplet: AE, EA and F5. RGB value is (174,234,245). Sum of RGB (Red+Green+Blue) = 174+234+245=653 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.65% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEEAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEAF5 is #51150A. Grayscale: #D9D9D9. Windows color (decimal): -5313803 or 16116398. OLE color: 16116398.

HSL color Cylindrical-coordinate representation of color #AEEAF5: hue angle of 189.3º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEEAF5 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174234245-
CMYK0.290.0400.04
HSL189.3º78.02%82.16%-
HSV(B)189.3º28.98%96.08%-
XYZ63.3674.4497.41-
YUV217.31143.6297.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.65%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 245 (96.09% from 255) = 37.52%
R=26.65%
G=35.83%
B=37.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742342450.290.0400.04189.378.0282.16
HexAEEAF51D404bd4e52
Octal25635236535404275116122
Binary1010111011101010111101011110110001001011110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEAF5; }

 p { color: rgb(174,234,245); }

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

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

 a { background-color: rgb(174,234,245); }

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

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

 span { border-color: rgb(174,234,245); }

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