#AAECFF

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

Shades of Blizzard Blue #AAECFF

Tints of Blizzard Blue #AAECFF

Color information

#AAECFF (or 0xAAECFF) is unknown color: approx Blizzard Blue. HEX triplet: AA, EC and FF. RGB value is (170,236,255). Sum of RGB (Red+Green+Blue) = 170+236+255=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECFF is #551300. Grayscale: #DADADA. Windows color (decimal): -5575425 or 16772266. OLE color: 16772266.

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

Color convert

RGB170236255-
CMYK0.330.0700
HSL193.41º100%83.33%-
HSV(B)193.41º33.33%100%-
XYZ64.6275.76105.82-
YUV218.43148.6393.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.72%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 255 (100% from 255) = 38.58%
R=25.72%
G=35.70%
B=38.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702362550.330.0700193.4110083.33
HexAAECFF21700c16453
Octal25235437741700301144123
Binary101010101110110011111111100001111001100000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECFF; }

 p { color: rgb(170,236,255); }

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

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

 a { background-color: rgb(170,236,255); }

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

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

 span { border-color: rgb(170,236,255); }

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