#AEEBFC

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

Shades of Blizzard Blue #AEEBFC

Tints of Blizzard Blue #AEEBFC

Color information

#AEEBFC (or 0xAEEBFC) is unknown color: approx Blizzard Blue. HEX triplet: AE, EB and FC. RGB value is (174,235,252). Sum of RGB (Red+Green+Blue) = 174+235+252=661 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.32% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEEBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEBFC is #511403. Grayscale: #DADADA. Windows color (decimal): -5313540 or 16575406. OLE color: 16575406.

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

Color convert

RGB174235252-
CMYK0.310.0700.01
HSL193.08º92.86%83.53%-
HSV(B)193.08º30.95%98.82%-
XYZ64.7375.44103.25-
YUV218.7146.7996.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.32%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=26.32%
G=35.55%
B=38.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742352520.310.0700.01193.0892.8683.53
HexAEEBFC1F701c15d54
Octal25635337437701301135124
Binary10101110111010111111110011111111011100000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBFC; }

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

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

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

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

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

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

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

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