Shades of Blizzard Blue #ACE8FC
Tints of Blizzard Blue #ACE8FC
RGB
CMYK
RGB Variations
Color information
#ACE8FC (or 0xACE8FC) is known color: Blizzard Blue. HEX triplet: AC, E8 and FC. RGB value is (172,232,252). Sum of RGB (Red+Green+Blue) = 172+232+252=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8FC is #531703. Grayscale: #D8D8D8. Windows color (decimal): -5445380 or 16574636. OLE color: 16574636.
HSL color Cylindrical-coordinate representation of color #ACE8FC: hue angle of 195º 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 #ACE8FC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 232 | 252 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.01 |
| HSL | 195º | 0.93% | 0.83% | - |
| HSV(B) | 195º | 0.32% | 0.99% | - |
| XYZ | 63.44 | 73.51 | 102.94 | - |
| YUV | 216.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 252 | 0.32 | 0.08 | 0 | 0.01 | 195 | 0.93 | 0.83 |
| Hex | AC | E8 | FC | 20 | 8 | 0 | 1 | C3 | 5D | 53 |
| Octal | 254 | 350 | 374 | 40 | 10 | 0 | 1 | 303 | 135 | 123 |
| Binary | 10101100 | 11101000 | 11111100 | 100000 | 1000 | 0 | 1 | 11000011 | 1011101 | 1010011 |
Color Harmonies of #ACE8FC
Complementary color
Monochromatic Colors of #ACE8FC
Black with #ACE8FC
Text Example
Text Example
White with #ACE8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8FC; }
p { color: rgb(172,232,252); }
H1.HeaderClassName
{
color: #ACE8FC;
}
.AnyTagClassName
{
color: #ACE8FC;
}
</style>
background-color css
<style>
a { background-color: #ACE8FC; }
a { background-color: rgb(172,232,252); }
div.DivClassName
{
background-color: #ACE8FC;
}
.BgClassName
{
background-color: #ACE8FC;
}
</style>
border-color css
<style>
span { border-color: #ACE8FC; }
span { border-color: rgb(172,232,252); }
td.TdClassName
{
border-color: #ACE8FC;
}
.TagClassName
{
border-color: #ACE8FC;
}
</style>