Shades of Blizzard Blue #ACE8EF
Tints of Blizzard Blue #ACE8EF
RGB
CMYK
RGB Variations
Color information
#ACE8EF (or 0xACE8EF) is known color: Blizzard Blue. HEX triplet: AC, E8 and EF. RGB value is (172,232,239). Sum of RGB (Red+Green+Blue) = 172+232+239=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8EF is #531710. Grayscale: #D6D6D6. Windows color (decimal): -5445393 or 15722668. OLE color: 15722668.
HSL color Cylindrical-coordinate representation of color #ACE8EF: hue angle of 186.27º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE8EF is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 232 | 239 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.06 |
| HSL | 186.27º | 0.68% | 0.81% | - |
| HSV(B) | 186.27º | 0.28% | 0.94% | - |
| XYZ | 61.45 | 72.72 | 92.46 | - |
| YUV | 214.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 239 | 0.28 | 0.03 | 0 | 0.06 | 186.27 | 0.68 | 0.81 |
| Hex | AC | E8 | EF | 1C | 3 | 0 | 6 | BA | 44 | 51 |
| Octal | 254 | 350 | 357 | 34 | 3 | 0 | 6 | 272 | 104 | 121 |
| Binary | 10101100 | 11101000 | 11101111 | 11100 | 11 | 0 | 110 | 10111010 | 1000100 | 1010001 |
Color Harmonies of #ACE8EF
Complementary color
Monochromatic Colors of #ACE8EF
Black with #ACE8EF
Text Example
Text Example
White with #ACE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8EF; }
p { color: rgb(172,232,239); }
H1.HeaderClassName
{
color: #ACE8EF;
}
.AnyTagClassName
{
color: #ACE8EF;
}
</style>
background-color css
<style>
a { background-color: #ACE8EF; }
a { background-color: rgb(172,232,239); }
div.DivClassName
{
background-color: #ACE8EF;
}
.BgClassName
{
background-color: #ACE8EF;
}
</style>
border-color css
<style>
span { border-color: #ACE8EF; }
span { border-color: rgb(172,232,239); }
td.TdClassName
{
border-color: #ACE8EF;
}
.TagClassName
{
border-color: #ACE8EF;
}
</style>