Shades of Blizzard Blue #ACE8F1
Tints of Blizzard Blue #ACE8F1
RGB
CMYK
RGB Variations
Color information
#ACE8F1 (or 0xACE8F1) is known color: Blizzard Blue. HEX triplet: AC, E8 and F1. RGB value is (172,232,241). Sum of RGB (Red+Green+Blue) = 172+232+241=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACE8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8F1 is #53170E. Grayscale: #D6D6D6. Windows color (decimal): -5445391 or 15853740. OLE color: 15853740.
HSL color Cylindrical-coordinate representation of color #ACE8F1: hue angle of 187.83º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACE8F1 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 232 | 241 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.05 |
| HSL | 187.83º | 0.71% | 0.81% | - |
| HSV(B) | 187.83º | 0.29% | 0.95% | - |
| XYZ | 61.75 | 72.83 | 94.02 | - |
| YUV | 215.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 241 | 0.29 | 0.04 | 0 | 0.05 | 187.83 | 0.71 | 0.81 |
| Hex | AC | E8 | F1 | 1D | 4 | 0 | 5 | BC | 47 | 51 |
| Octal | 254 | 350 | 361 | 35 | 4 | 0 | 5 | 274 | 107 | 121 |
| Binary | 10101100 | 11101000 | 11110001 | 11101 | 100 | 0 | 101 | 10111100 | 1000111 | 1010001 |
Color Harmonies of #ACE8F1
Complementary color
Monochromatic Colors of #ACE8F1
Black with #ACE8F1
Text Example
Text Example
White with #ACE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8F1; }
p { color: rgb(172,232,241); }
H1.HeaderClassName
{
color: #ACE8F1;
}
.AnyTagClassName
{
color: #ACE8F1;
}
</style>
background-color css
<style>
a { background-color: #ACE8F1; }
a { background-color: rgb(172,232,241); }
div.DivClassName
{
background-color: #ACE8F1;
}
.BgClassName
{
background-color: #ACE8F1;
}
</style>
border-color css
<style>
span { border-color: #ACE8F1; }
span { border-color: rgb(172,232,241); }
td.TdClassName
{
border-color: #ACE8F1;
}
.TagClassName
{
border-color: #ACE8F1;
}
</style>