Shades of Blizzard Blue #ACE5F6
Tints of Blizzard Blue #ACE5F6
RGB
CMYK
RGB Variations
Color information
#ACE5F6 (or 0xACE5F6) is known color: Blizzard Blue. HEX triplet: AC, E5 and F6. RGB value is (172,229,246). Sum of RGB (Red+Green+Blue) = 172+229+246=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACE5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5F6 is #531A09. Grayscale: #D5D5D5. Windows color (decimal): -5446154 or 16180652. OLE color: 16180652.
HSL color Cylindrical-coordinate representation of color #ACE5F6: hue angle of 193.78º 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 #ACE5F6 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 229 | 246 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.04 |
| HSL | 193.78º | 0.8% | 0.82% | - |
| HSV(B) | 193.78º | 0.3% | 0.96% | - |
| XYZ | 61.67 | 71.46 | 97.73 | - |
| YUV | 213.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 246 | 0.30 | 0.07 | 0 | 0.04 | 193.78 | 0.8 | 0.82 |
| Hex | AC | E5 | F6 | 1E | 7 | 0 | 4 | C2 | 50 | 52 |
| Octal | 254 | 345 | 366 | 36 | 7 | 0 | 4 | 302 | 120 | 122 |
| Binary | 10101100 | 11100101 | 11110110 | 11110 | 111 | 0 | 100 | 11000010 | 1010000 | 1010010 |
Color Harmonies of #ACE5F6
Complementary color
Monochromatic Colors of #ACE5F6
Black with #ACE5F6
Text Example
Text Example
White with #ACE5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5F6; }
p { color: rgb(172,229,246); }
H1.HeaderClassName
{
color: #ACE5F6;
}
.AnyTagClassName
{
color: #ACE5F6;
}
</style>
background-color css
<style>
a { background-color: #ACE5F6; }
a { background-color: rgb(172,229,246); }
div.DivClassName
{
background-color: #ACE5F6;
}
.BgClassName
{
background-color: #ACE5F6;
}
</style>
border-color css
<style>
span { border-color: #ACE5F6; }
span { border-color: rgb(172,229,246); }
td.TdClassName
{
border-color: #ACE5F6;
}
.TagClassName
{
border-color: #ACE5F6;
}
</style>