Shades of Blizzard Blue #ACE4F5
Tints of Blizzard Blue #ACE4F5
RGB
CMYK
RGB Variations
Color information
#ACE4F5 (or 0xACE4F5) is known color: Blizzard Blue. HEX triplet: AC, E4 and F5. RGB value is (172,228,245). Sum of RGB (Red+Green+Blue) = 172+228+245=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACE4F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4F5 is #531B0A. Grayscale: #D5D5D5. Windows color (decimal): -5446411 or 16114860. OLE color: 16114860.
HSL color Cylindrical-coordinate representation of color #ACE4F5: hue angle of 193.97º 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 #ACE4F5 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 228 | 245 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.04 |
| HSL | 193.97º | 0.78% | 0.82% | - |
| HSV(B) | 193.97º | 0.3% | 0.96% | - |
| XYZ | 61.24 | 70.85 | 96.83 | - |
| YUV | 213.19 | 145.95 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 245 | 0.30 | 0.07 | 0 | 0.04 | 193.97 | 0.78 | 0.82 |
| Hex | AC | E4 | F5 | 1E | 7 | 0 | 4 | C2 | 4E | 52 |
| Octal | 254 | 344 | 365 | 36 | 7 | 0 | 4 | 302 | 116 | 122 |
| Binary | 10101100 | 11100100 | 11110101 | 11110 | 111 | 0 | 100 | 11000010 | 1001110 | 1010010 |
Color Harmonies of #ACE4F5
Complementary color
Monochromatic Colors of #ACE4F5
Black with #ACE4F5
Text Example
Text Example
White with #ACE4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4F5; }
p { color: rgb(172,228,245); }
H1.HeaderClassName
{
color: #ACE4F5;
}
.AnyTagClassName
{
color: #ACE4F5;
}
</style>
background-color css
<style>
a { background-color: #ACE4F5; }
a { background-color: rgb(172,228,245); }
div.DivClassName
{
background-color: #ACE4F5;
}
.BgClassName
{
background-color: #ACE4F5;
}
</style>
border-color css
<style>
span { border-color: #ACE4F5; }
span { border-color: rgb(172,228,245); }
td.TdClassName
{
border-color: #ACE4F5;
}
.TagClassName
{
border-color: #ACE4F5;
}
</style>