Shades of Blizzard Blue #ACE8F5
Tints of Blizzard Blue #ACE8F5
RGB
CMYK
RGB Variations
Color information
#ACE8F5 (or 0xACE8F5) is known color: 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
| RGB | 172 | 232 | 245 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.04 |
| HSL | 190.68º | 0.78% | 0.82% | - |
| HSV(B) | 190.68º | 0.3% | 0.96% | - |
| XYZ | 62.35 | 73.08 | 97.21 | - |
| YUV | 215.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 245 | 0.30 | 0.05 | 0 | 0.04 | 190.68 | 0.78 | 0.82 |
| Hex | AC | E8 | F5 | 1E | 5 | 0 | 4 | BF | 4E | 52 |
| Octal | 254 | 350 | 365 | 36 | 5 | 0 | 4 | 277 | 116 | 122 |
| Binary | 10101100 | 11101000 | 11110101 | 11110 | 101 | 0 | 100 | 10111111 | 1001110 | 1010010 |
Color Harmonies of #ACE8F5
Complementary color
Monochromatic Colors of #ACE8F5
Black with #ACE8F5
Text Example
Text Example
White with #ACE8F5
Text Example
Text Example
HTML Codes & Css Web 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>