Shades of Blizzard Blue #ACE7F5
Tints of Blizzard Blue #ACE7F5
RGB
CMYK
RGB Variations
Color information
#ACE7F5 (or 0xACE7F5) is known color: Blizzard Blue. HEX triplet: AC, E7 and F5. RGB value is (172,231,245). Sum of RGB (Red+Green+Blue) = 172+231+245=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 245 (96.09% from 255 or 37.81% from 648); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACE7F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7F5 is #53180A. Grayscale: #D6D6D6. Windows color (decimal): -5445643 or 16115628. OLE color: 16115628.
HSL color Cylindrical-coordinate representation of color #ACE7F5: hue angle of 191.51º degrees, saturation: 0.78, 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 #ACE7F5 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 231 | 245 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.04 |
| HSL | 191.51º | 0.78% | 0.82% | - |
| HSV(B) | 191.51º | 0.3% | 0.96% | - |
| XYZ | 62.07 | 72.52 | 97.11 | - |
| YUV | 214.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 245 | 0.30 | 0.06 | 0 | 0.04 | 191.51 | 0.78 | 0.82 |
| Hex | AC | E7 | F5 | 1E | 6 | 0 | 4 | C0 | 4E | 52 |
| Octal | 254 | 347 | 365 | 36 | 6 | 0 | 4 | 300 | 116 | 122 |
| Binary | 10101100 | 11100111 | 11110101 | 11110 | 110 | 0 | 100 | 11000000 | 1001110 | 1010010 |
Color Harmonies of #ACE7F5
Complementary color
Monochromatic Colors of #ACE7F5
Black with #ACE7F5
Text Example
Text Example
White with #ACE7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7F5; }
p { color: rgb(172,231,245); }
H1.HeaderClassName
{
color: #ACE7F5;
}
.AnyTagClassName
{
color: #ACE7F5;
}
</style>
background-color css
<style>
a { background-color: #ACE7F5; }
a { background-color: rgb(172,231,245); }
div.DivClassName
{
background-color: #ACE7F5;
}
.BgClassName
{
background-color: #ACE7F5;
}
</style>
border-color css
<style>
span { border-color: #ACE7F5; }
span { border-color: rgb(172,231,245); }
td.TdClassName
{
border-color: #ACE7F5;
}
.TagClassName
{
border-color: #ACE7F5;
}
</style>