#AEE5F3

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

Shades of Blizzard Blue #AEE5F3

Tints of Blizzard Blue #AEE5F3

Color information

#AEE5F3 (or 0xAEE5F3) is unknown color: approx Blizzard Blue. HEX triplet: AE, E5 and F3. RGB value is (174,229,243). Sum of RGB (Red+Green+Blue) = 174+229+243=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEE5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5F3 is #511A0C. Grayscale: #D6D6D6. Windows color (decimal): -5315085 or 15984046. OLE color: 15984046.

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

Color convert

RGB174229243-
CMYK0.280.0600.05
HSL192.17º74.19%81.76%-
HSV(B)192.17º28.4%95.29%-
XYZ61.6571.5195.35-
YUV214.15144.2899.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.93%
GREEN value IS 229 (89.84% from 255) = 35.45%
BLUE value IS 243 (95.31% from 255) = 37.62%
R=26.93%
G=35.45%
B=37.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742292430.280.0600.05192.1774.1981.76
HexAEE5F31C605c04a52
Octal25634536334605300112122
Binary1010111011100101111100111110011001011100000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5F3; }

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

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

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

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

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

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

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

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