#AEE2F3

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

Shades of Blizzard Blue #AEE2F3

Tints of Blizzard Blue #AEE2F3

Color information

#AEE2F3 (or 0xAEE2F3) is unknown color: approx Blizzard Blue. HEX triplet: AE, E2 and F3. RGB value is (174,226,243). Sum of RGB (Red+Green+Blue) = 174+226+243=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEE2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE2F3 is #511D0C. Grayscale: #D4D4D4. Windows color (decimal): -5315853 or 15983278. OLE color: 15983278.

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

Color convert

RGB174226243-
CMYK0.280.0700.05
HSL194.78º74.19%81.76%-
HSV(B)194.78º28.4%95.29%-
XYZ60.8369.8695.07-
YUV212.39145.27100.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.06%
GREEN value IS 226 (88.67% from 255) = 35.15%
BLUE value IS 243 (95.31% from 255) = 37.79%
R=27.06%
G=35.15%
B=37.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742262430.280.0700.05194.7874.1981.76
HexAEE2F31C705c34a52
Octal25634236334705303112122
Binary1010111011100010111100111110011101011100001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2F3; }

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

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

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

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

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

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

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

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