#AEEDFF

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

Shades of Blizzard Blue #AEEDFF

Tints of Blizzard Blue #AEEDFF

Color information

#AEEDFF (or 0xAEEDFF) is unknown color: approx Blizzard Blue. HEX triplet: AE, ED and FF. RGB value is (174,237,255). Sum of RGB (Red+Green+Blue) = 174+237+255=666 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.13% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDFF is #511200. Grayscale: #DCDCDC. Windows color (decimal): -5313025 or 16772526. OLE color: 16772526.

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

Color convert

RGB174237255-
CMYK0.320.0700
HSL193.33º100%84.12%-
HSV(B)193.33º31.76%100%-
XYZ65.7976.79105.96-
YUV220.21147.6395.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.13%
GREEN value IS 237 (92.97% from 255) = 35.59%
BLUE value IS 255 (100% from 255) = 38.29%
R=26.13%
G=35.59%
B=38.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742372550.320.0700193.3310084.12
HexAEEDFF20700c16454
Octal25635537740700301144124
Binary101011101110110111111111100000111001100000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDFF; }

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

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

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

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

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

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

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

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