Shades of Blizzard Blue #ACE6F5
Tints of Blizzard Blue #ACE6F5
RGB
CMYK
RGB Variations
Color information
#ACE6F5 (or 0xACE6F5) is known color: Blizzard Blue. HEX triplet: AC, E6 and F5. RGB value is (172,230,245). Sum of RGB (Red+Green+Blue) = 172+230+245=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACE6F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6F5 is #53190A. Grayscale: #D6D6D6. Windows color (decimal): -5445899 or 16115372. OLE color: 16115372.
HSL color Cylindrical-coordinate representation of color #ACE6F5: hue angle of 192.33º 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 #ACE6F5 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 230 | 245 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.04 |
| HSL | 192.33º | 0.78% | 0.82% | - |
| HSV(B) | 192.33º | 0.3% | 0.96% | - |
| XYZ | 61.79 | 71.96 | 97.02 | - |
| YUV | 214.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 245 | 0.30 | 0.06 | 0 | 0.04 | 192.33 | 0.78 | 0.82 |
| Hex | AC | E6 | F5 | 1E | 6 | 0 | 4 | C0 | 4E | 52 |
| Octal | 254 | 346 | 365 | 36 | 6 | 0 | 4 | 300 | 116 | 122 |
| Binary | 10101100 | 11100110 | 11110101 | 11110 | 110 | 0 | 100 | 11000000 | 1001110 | 1010010 |
Color Harmonies of #ACE6F5
Complementary color
Monochromatic Colors of #ACE6F5
Black with #ACE6F5
Text Example
Text Example
White with #ACE6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6F5; }
p { color: rgb(172,230,245); }
H1.HeaderClassName
{
color: #ACE6F5;
}
.AnyTagClassName
{
color: #ACE6F5;
}
</style>
background-color css
<style>
a { background-color: #ACE6F5; }
a { background-color: rgb(172,230,245); }
div.DivClassName
{
background-color: #ACE6F5;
}
.BgClassName
{
background-color: #ACE6F5;
}
</style>
border-color css
<style>
span { border-color: #ACE6F5; }
span { border-color: rgb(172,230,245); }
td.TdClassName
{
border-color: #ACE6F5;
}
.TagClassName
{
border-color: #ACE6F5;
}
</style>