Shades of Blizzard Blue #ACE8F7
Tints of Blizzard Blue #ACE8F7
RGB
CMYK
RGB Variations
Color information
#ACE8F7 (or 0xACE8F7) is known color: Blizzard Blue. HEX triplet: AC, E8 and F7. RGB value is (172,232,247). Sum of RGB (Red+Green+Blue) = 172+232+247=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACE8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8F7 is #531708. Grayscale: #D7D7D7. Windows color (decimal): -5445385 or 16246956. OLE color: 16246956.
HSL color Cylindrical-coordinate representation of color #ACE8F7: hue angle of 192º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACE8F7 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 232 | 247 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.03 |
| HSL | 192º | 0.82% | 0.82% | - |
| HSV(B) | 192º | 0.3% | 0.97% | - |
| XYZ | 62.66 | 73.2 | 98.82 | - |
| YUV | 215.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 247 | 0.30 | 0.06 | 0 | 0.03 | 192 | 0.82 | 0.82 |
| Hex | AC | E8 | F7 | 1E | 6 | 0 | 3 | C0 | 52 | 52 |
| Octal | 254 | 350 | 367 | 36 | 6 | 0 | 3 | 300 | 122 | 122 |
| Binary | 10101100 | 11101000 | 11110111 | 11110 | 110 | 0 | 11 | 11000000 | 1010010 | 1010010 |
Color Harmonies of #ACE8F7
Complementary color
Monochromatic Colors of #ACE8F7
Black with #ACE8F7
Text Example
Text Example
White with #ACE8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8F7; }
p { color: rgb(172,232,247); }
H1.HeaderClassName
{
color: #ACE8F7;
}
.AnyTagClassName
{
color: #ACE8F7;
}
</style>
background-color css
<style>
a { background-color: #ACE8F7; }
a { background-color: rgb(172,232,247); }
div.DivClassName
{
background-color: #ACE8F7;
}
.BgClassName
{
background-color: #ACE8F7;
}
</style>
border-color css
<style>
span { border-color: #ACE8F7; }
span { border-color: rgb(172,232,247); }
td.TdClassName
{
border-color: #ACE8F7;
}
.TagClassName
{
border-color: #ACE8F7;
}
</style>