#AEE9FA

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

Shades of Blizzard Blue #AEE9FA

Tints of Blizzard Blue #AEE9FA

Color information

#AEE9FA (or 0xAEE9FA) is unknown color: approx Blizzard Blue. HEX triplet: AE, E9 and FA. RGB value is (174,233,250). Sum of RGB (Red+Green+Blue) = 174+233+250=657 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.48% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEE9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE9FA is #511605. Grayscale: #D9D9D9. Windows color (decimal): -5314054 or 16443822. OLE color: 16443822.

HSL color Cylindrical-coordinate representation of color #AEE9FA: hue angle of 193.42º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEE9FA is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174233250-
CMYK0.300.0700.02
HSL193.42º88.37%83.14%-
HSV(B)193.42º30.4%98.04%-
XYZ63.8574.18101.4-
YUV217.3146.4597.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.48%
GREEN value IS 233 (91.41% from 255) = 35.46%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=26.48%
G=35.46%
B=38.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742332500.300.0700.02193.4288.3783.14
HexAEE9FA1E702c15853
Octal25635137236702301130123
Binary101011101110100111111010111101110101100000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE9FA; }

 p { color: rgb(174,233,250); }

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

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

 a { background-color: rgb(174,233,250); }

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

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

 span { border-color: rgb(174,233,250); }

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