#AEE3F1

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

Shades of Blizzard Blue #AEE3F1

Tints of Blizzard Blue #AEE3F1

Color information

#AEE3F1 (or 0xAEE3F1) is unknown color: approx Blizzard Blue. HEX triplet: AE, E3 and F1. RGB value is (174,227,241). Sum of RGB (Red+Green+Blue) = 174+227+241=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEE3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE3F1 is #511C0E. Grayscale: #D4D4D4. Windows color (decimal): -5315599 or 15852462. OLE color: 15852462.

HSL color Cylindrical-coordinate representation of color #AEE3F1: hue angle of 192.54º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEE3F1 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174227241-
CMYK0.280.0600.05
HSL192.54º70.53%81.37%-
HSV(B)192.54º27.8%94.51%-
XYZ60.870.2993.58-
YUV212.75143.94100.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.10%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 241 (94.53% from 255) = 37.54%
R=27.10%
G=35.36%
B=37.54%

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
Decimal1742272410.280.0600.05192.5470.5381.37
HexAEE3F11C605c14751
Octal25634336134605301107121
Binary1010111011100011111100011110011001011100000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3F1; }

 p { color: rgb(174,227,241); }

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

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

 a { background-color: rgb(174,227,241); }

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

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

 span { border-color: rgb(174,227,241); }

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