Shades of Blizzard Blue #ACE7F9
Tints of Blizzard Blue #ACE7F9
RGB
CMYK
RGB Variations
Color information
#ACE7F9 (or 0xACE7F9) is known color: Blizzard Blue. HEX triplet: AC, E7 and F9. RGB value is (172,231,249). Sum of RGB (Red+Green+Blue) = 172+231+249=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACE7F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7F9 is #531806. Grayscale: #D7D7D7. Windows color (decimal): -5445639 or 16377772. OLE color: 16377772.
HSL color Cylindrical-coordinate representation of color #ACE7F9: hue angle of 194.03º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE7F9 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 231 | 249 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.02 |
| HSL | 194.03º | 0.87% | 0.83% | - |
| HSV(B) | 194.03º | 0.31% | 0.98% | - |
| XYZ | 62.69 | 72.76 | 100.36 | - |
| YUV | 215.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 249 | 0.31 | 0.07 | 0 | 0.02 | 194.03 | 0.87 | 0.83 |
| Hex | AC | E7 | F9 | 1F | 7 | 0 | 2 | C2 | 57 | 53 |
| Octal | 254 | 347 | 371 | 37 | 7 | 0 | 2 | 302 | 127 | 123 |
| Binary | 10101100 | 11100111 | 11111001 | 11111 | 111 | 0 | 10 | 11000010 | 1010111 | 1010011 |
Color Harmonies of #ACE7F9
Complementary color
Monochromatic Colors of #ACE7F9
Black with #ACE7F9
Text Example
Text Example
White with #ACE7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7F9; }
p { color: rgb(172,231,249); }
H1.HeaderClassName
{
color: #ACE7F9;
}
.AnyTagClassName
{
color: #ACE7F9;
}
</style>
background-color css
<style>
a { background-color: #ACE7F9; }
a { background-color: rgb(172,231,249); }
div.DivClassName
{
background-color: #ACE7F9;
}
.BgClassName
{
background-color: #ACE7F9;
}
</style>
border-color css
<style>
span { border-color: #ACE7F9; }
span { border-color: rgb(172,231,249); }
td.TdClassName
{
border-color: #ACE7F9;
}
.TagClassName
{
border-color: #ACE7F9;
}
</style>