#AEEEFF

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

Shades of Blizzard Blue #AEEEFF

Tints of Blizzard Blue #AEEEFF

Color information

#AEEEFF (or 0xAEEEFF) is unknown color: approx Blizzard Blue. HEX triplet: AE, EE and FF. RGB value is (174,238,255). Sum of RGB (Red+Green+Blue) = 174+238+255=667 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.09% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEFF is #511100. Grayscale: #DCDCDC. Windows color (decimal): -5312769 or 16772782. OLE color: 16772782.

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

Color convert

RGB174238255-
CMYK0.320.0700
HSL192.59º100%84.12%-
HSV(B)192.59º31.76%100%-
XYZ66.0877.37106.06-
YUV220.8147.394.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.09%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 255 (100% from 255) = 38.23%
R=26.09%
G=35.68%
B=38.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742382550.320.0700192.5910084.12
HexAEEEFF20700c16454
Octal25635637740700301144124
Binary101011101110111011111111100000111001100000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEFF; }

 p { color: rgb(174,238,255); }

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

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

 a { background-color: rgb(174,238,255); }

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

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

 span { border-color: rgb(174,238,255); }

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