#ACE8F5

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

Shades of Blizzard Blue #ACE8F5

Tints of Blizzard Blue #ACE8F5

Color information

#ACE8F5 (or 0xACE8F5) is unknown color: approx Blizzard Blue. HEX triplet: AC, E8 and F5. RGB value is (172,232,245). Sum of RGB (Red+Green+Blue) = 172+232+245=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACE8F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8F5 is #53170A. Grayscale: #D7D7D7. Windows color (decimal): -5445387 or 16115884. OLE color: 16115884.

HSL color Cylindrical-coordinate representation of color #ACE8F5: hue angle of 190.68º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACE8F5 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172232245-
CMYK0.300.0500.04
HSL190.68º78.49%81.76%-
HSV(B)190.68º29.8%96.08%-
XYZ62.3573.0897.21-
YUV215.54144.6296.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.50%
GREEN value IS 232 (91.02% from 255) = 35.75%
BLUE value IS 245 (96.09% from 255) = 37.75%
R=26.50%
G=35.75%
B=37.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722322450.300.0500.04190.6878.4981.76
HexACE8F51E504bf4e52
Octal25435036536504277116122
Binary1010110011101000111101011111010101001011111110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE8F5; }

 p { color: rgb(172,232,245); }

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

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

 a { background-color: rgb(172,232,245); }

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

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

 span { border-color: rgb(172,232,245); }

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