Shades of Blizzard Blue #ACEBFC
Tints of Blizzard Blue #ACEBFC
RGB
CMYK
RGB Variations
Color information
#ACEBFC (or 0xACEBFC) is known color: Blizzard Blue. HEX triplet: AC, EB and FC. RGB value is (172,235,252). Sum of RGB (Red+Green+Blue) = 172+235+252=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACEBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBFC is #531403. Grayscale: #D9D9D9. Windows color (decimal): -5444612 or 16575404. OLE color: 16575404.
HSL color Cylindrical-coordinate representation of color #ACEBFC: hue angle of 192.75º 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 #ACEBFC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 235 | 252 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.01 |
| HSL | 192.75º | 0.93% | 0.83% | - |
| HSV(B) | 192.75º | 0.32% | 0.99% | - |
| XYZ | 64.29 | 75.22 | 103.23 | - |
| YUV | 218.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 252 | 0.32 | 0.07 | 0 | 0.01 | 192.75 | 0.93 | 0.83 |
| Hex | AC | EB | FC | 20 | 7 | 0 | 1 | C1 | 5D | 53 |
| Octal | 254 | 353 | 374 | 40 | 7 | 0 | 1 | 301 | 135 | 123 |
| Binary | 10101100 | 11101011 | 11111100 | 100000 | 111 | 0 | 1 | 11000001 | 1011101 | 1010011 |
Color Harmonies of #ACEBFC
Complementary color
Monochromatic Colors of #ACEBFC
Black with #ACEBFC
Text Example
Text Example
White with #ACEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBFC; }
p { color: rgb(172,235,252); }
H1.HeaderClassName
{
color: #ACEBFC;
}
.AnyTagClassName
{
color: #ACEBFC;
}
</style>
background-color css
<style>
a { background-color: #ACEBFC; }
a { background-color: rgb(172,235,252); }
div.DivClassName
{
background-color: #ACEBFC;
}
.BgClassName
{
background-color: #ACEBFC;
}
</style>
border-color css
<style>
span { border-color: #ACEBFC; }
span { border-color: rgb(172,235,252); }
td.TdClassName
{
border-color: #ACEBFC;
}
.TagClassName
{
border-color: #ACEBFC;
}
</style>