#AEEBFF

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

Shades of Blizzard Blue #AEEBFF

Tints of Blizzard Blue #AEEBFF

Color information

#AEEBFF (or 0xAEEBFF) is unknown color: approx Blizzard Blue. HEX triplet: AE, EB and FF. RGB value is (174,235,255). Sum of RGB (Red+Green+Blue) = 174+235+255=664 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.20% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEBFF is #511400. Grayscale: #DADADA. Windows color (decimal): -5313537 or 16772014. OLE color: 16772014.

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

Color convert

RGB174235255-
CMYK0.320.0800
HSL194.81º100%84.12%-
HSV(B)194.81º31.76%100%-
XYZ65.2175.64105.77-
YUV219.04148.2995.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.20%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 255 (100% from 255) = 38.40%
R=26.20%
G=35.39%
B=38.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742352550.320.0800194.8110084.12
HexAEEBFF20800c36454
Octal256353377401000303144124
Binary1010111011101011111111111000001000001100001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBFF; }

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

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

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

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

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

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

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

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