#AAEEFE

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

Shades of Blizzard Blue #AAEEFE

Tints of Blizzard Blue #AAEEFE

Color information

#AAEEFE (or 0xAAEEFE) is unknown color: approx Blizzard Blue. HEX triplet: AA, EE and FE. RGB value is (170,238,254). Sum of RGB (Red+Green+Blue) = 170+238+254=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAEEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEFE is #551101. Grayscale: #DBDBDB. Windows color (decimal): -5574914 or 16707242. OLE color: 16707242.

HSL color Cylindrical-coordinate representation of color #AAEEFE: hue angle of 191.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAEEFE is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170238254-
CMYK0.330.0600.00
HSL191.43º97.67%83.14%-
HSV(B)191.43º33.07%99.61%-
XYZ65.0476.85105.17-
YUV219.49147.4792.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.68%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=25.68%
G=35.95%
B=38.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702382540.330.0600.00191.4397.6783.14
HexAAEEFE21600bf6253
Octal25235637641600277142123
Binary101010101110111011111110100001110001011111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEFE; }

 p { color: rgb(170,238,254); }

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

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

 a { background-color: rgb(170,238,254); }

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

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

 span { border-color: rgb(170,238,254); }

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