Shades of Blizzard Blue #ACE1F6
Tints of Blizzard Blue #ACE1F6
RGB
CMYK
RGB Variations
Color information
#ACE1F6 (or 0xACE1F6) is known color: Blizzard Blue. HEX triplet: AC, E1 and F6. RGB value is (172,225,246). Sum of RGB (Red+Green+Blue) = 172+225+246=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACE1F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1F6 is #531E09. Grayscale: #D3D3D3. Windows color (decimal): -5447178 or 16179628. OLE color: 16179628.
HSL color Cylindrical-coordinate representation of color #ACE1F6: hue angle of 197.03º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACE1F6 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 225 | 246 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.04 |
| HSL | 197.03º | 0.8% | 0.82% | - |
| HSV(B) | 197.03º | 0.3% | 0.96% | - |
| XYZ | 60.57 | 69.27 | 97.37 | - |
| YUV | 211.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 246 | 0.30 | 0.09 | 0 | 0.04 | 197.03 | 0.8 | 0.82 |
| Hex | AC | E1 | F6 | 1E | 9 | 0 | 4 | C5 | 50 | 52 |
| Octal | 254 | 341 | 366 | 36 | 11 | 0 | 4 | 305 | 120 | 122 |
| Binary | 10101100 | 11100001 | 11110110 | 11110 | 1001 | 0 | 100 | 11000101 | 1010000 | 1010010 |
Color Harmonies of #ACE1F6
Complementary color
Monochromatic Colors of #ACE1F6
Black with #ACE1F6
Text Example
Text Example
White with #ACE1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1F6; }
p { color: rgb(172,225,246); }
H1.HeaderClassName
{
color: #ACE1F6;
}
.AnyTagClassName
{
color: #ACE1F6;
}
</style>
background-color css
<style>
a { background-color: #ACE1F6; }
a { background-color: rgb(172,225,246); }
div.DivClassName
{
background-color: #ACE1F6;
}
.BgClassName
{
background-color: #ACE1F6;
}
</style>
border-color css
<style>
span { border-color: #ACE1F6; }
span { border-color: rgb(172,225,246); }
td.TdClassName
{
border-color: #ACE1F6;
}
.TagClassName
{
border-color: #ACE1F6;
}
</style>