Shades of Blizzard Blue #ACE9FC
Tints of Blizzard Blue #ACE9FC
RGB
CMYK
RGB Variations
Color information
#ACE9FC (or 0xACE9FC) is known color: Blizzard Blue. HEX triplet: AC, E9 and FC. RGB value is (172,233,252). Sum of RGB (Red+Green+Blue) = 172+233+252=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9FC is #531603. Grayscale: #D8D8D8. Windows color (decimal): -5445124 or 16574892. OLE color: 16574892.
HSL color Cylindrical-coordinate representation of color #ACE9FC: hue angle of 194.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE9FC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 233 | 252 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.01 |
| HSL | 194.25º | 0.93% | 0.83% | - |
| HSV(B) | 194.25º | 0.32% | 0.99% | - |
| XYZ | 63.72 | 74.08 | 103.04 | - |
| YUV | 216.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 252 | 0.32 | 0.08 | 0 | 0.01 | 194.25 | 0.93 | 0.83 |
| Hex | AC | E9 | FC | 20 | 8 | 0 | 1 | C2 | 5D | 53 |
| Octal | 254 | 351 | 374 | 40 | 10 | 0 | 1 | 302 | 135 | 123 |
| Binary | 10101100 | 11101001 | 11111100 | 100000 | 1000 | 0 | 1 | 11000010 | 1011101 | 1010011 |
Color Harmonies of #ACE9FC
Complementary color
Monochromatic Colors of #ACE9FC
Black with #ACE9FC
Text Example
Text Example
White with #ACE9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9FC; }
p { color: rgb(172,233,252); }
H1.HeaderClassName
{
color: #ACE9FC;
}
.AnyTagClassName
{
color: #ACE9FC;
}
</style>
background-color css
<style>
a { background-color: #ACE9FC; }
a { background-color: rgb(172,233,252); }
div.DivClassName
{
background-color: #ACE9FC;
}
.BgClassName
{
background-color: #ACE9FC;
}
</style>
border-color css
<style>
span { border-color: #ACE9FC; }
span { border-color: rgb(172,233,252); }
td.TdClassName
{
border-color: #ACE9FC;
}
.TagClassName
{
border-color: #ACE9FC;
}
</style>