Shades of Blizzard Blue #ACECFC
Tints of Blizzard Blue #ACECFC
RGB
CMYK
RGB Variations
Color information
#ACECFC (or 0xACECFC) is known color: Blizzard Blue. HEX triplet: AC, EC and FC. RGB value is (172,236,252). Sum of RGB (Red+Green+Blue) = 172+236+252=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACECFC is #531303. Grayscale: #DADADA. Windows color (decimal): -5444356 or 16575660. OLE color: 16575660.
HSL color Cylindrical-coordinate representation of color #ACECFC: hue angle of 192º 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 #ACECFC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 236 | 252 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.01 |
| HSL | 192º | 0.93% | 0.83% | - |
| HSV(B) | 192º | 0.32% | 0.99% | - |
| XYZ | 64.58 | 75.79 | 103.32 | - |
| YUV | 218.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 252 | 0.32 | 0.06 | 0 | 0.01 | 192 | 0.93 | 0.83 |
| Hex | AC | EC | FC | 20 | 6 | 0 | 1 | C0 | 5D | 53 |
| Octal | 254 | 354 | 374 | 40 | 6 | 0 | 1 | 300 | 135 | 123 |
| Binary | 10101100 | 11101100 | 11111100 | 100000 | 110 | 0 | 1 | 11000000 | 1011101 | 1010011 |
Color Harmonies of #ACECFC
Complementary color
Monochromatic Colors of #ACECFC
Black with #ACECFC
Text Example
Text Example
White with #ACECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECFC; }
p { color: rgb(172,236,252); }
H1.HeaderClassName
{
color: #ACECFC;
}
.AnyTagClassName
{
color: #ACECFC;
}
</style>
background-color css
<style>
a { background-color: #ACECFC; }
a { background-color: rgb(172,236,252); }
div.DivClassName
{
background-color: #ACECFC;
}
.BgClassName
{
background-color: #ACECFC;
}
</style>
border-color css
<style>
span { border-color: #ACECFC; }
span { border-color: rgb(172,236,252); }
td.TdClassName
{
border-color: #ACECFC;
}
.TagClassName
{
border-color: #ACECFC;
}
</style>