Shades of Blizzard Blue #ACE7FA
Tints of Blizzard Blue #ACE7FA
RGB
CMYK
RGB Variations
Color information
#ACE7FA (or 0xACE7FA) is known color: Blizzard Blue. HEX triplet: AC, E7 and FA. RGB value is (172,231,250). Sum of RGB (Red+Green+Blue) = 172+231+250=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACE7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7FA is #531805. Grayscale: #D7D7D7. Windows color (decimal): -5445638 or 16443308. OLE color: 16443308.
HSL color Cylindrical-coordinate representation of color #ACE7FA: hue angle of 194.62º degrees, saturation: 0.89, 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 #ACE7FA is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 231 | 250 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.02 |
| HSL | 194.62º | 0.89% | 0.83% | - |
| HSV(B) | 194.62º | 0.31% | 0.98% | - |
| XYZ | 62.84 | 72.82 | 101.19 | - |
| YUV | 215.53 | 147.45 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 250 | 0.31 | 0.08 | 0 | 0.02 | 194.62 | 0.89 | 0.83 |
| Hex | AC | E7 | FA | 1F | 8 | 0 | 2 | C3 | 59 | 53 |
| Octal | 254 | 347 | 372 | 37 | 10 | 0 | 2 | 303 | 131 | 123 |
| Binary | 10101100 | 11100111 | 11111010 | 11111 | 1000 | 0 | 10 | 11000011 | 1011001 | 1010011 |
Color Harmonies of #ACE7FA
Complementary color
Monochromatic Colors of #ACE7FA
Black with #ACE7FA
Text Example
Text Example
White with #ACE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7FA; }
p { color: rgb(172,231,250); }
H1.HeaderClassName
{
color: #ACE7FA;
}
.AnyTagClassName
{
color: #ACE7FA;
}
</style>
background-color css
<style>
a { background-color: #ACE7FA; }
a { background-color: rgb(172,231,250); }
div.DivClassName
{
background-color: #ACE7FA;
}
.BgClassName
{
background-color: #ACE7FA;
}
</style>
border-color css
<style>
span { border-color: #ACE7FA; }
span { border-color: rgb(172,231,250); }
td.TdClassName
{
border-color: #ACE7FA;
}
.TagClassName
{
border-color: #ACE7FA;
}
</style>