Shades of Blizzard Blue #ACE5EF
Tints of Blizzard Blue #ACE5EF
RGB
CMYK
RGB Variations
Color information
#ACE5EF (or 0xACE5EF) is known color: Blizzard Blue. HEX triplet: AC, E5 and EF. RGB value is (172,229,239). Sum of RGB (Red+Green+Blue) = 172+229+239=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5EF is #531A10. Grayscale: #D4D4D4. Windows color (decimal): -5446161 or 15721900. OLE color: 15721900.
HSL color Cylindrical-coordinate representation of color #ACE5EF: hue angle of 188.96º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE5EF is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 229 | 239 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.06 |
| HSL | 188.96º | 0.68% | 0.81% | - |
| HSV(B) | 188.96º | 0.28% | 0.94% | - |
| XYZ | 60.61 | 71.04 | 92.18 | - |
| YUV | 213.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 239 | 0.28 | 0.04 | 0 | 0.06 | 188.96 | 0.68 | 0.81 |
| Hex | AC | E5 | EF | 1C | 4 | 0 | 6 | BD | 44 | 51 |
| Octal | 254 | 345 | 357 | 34 | 4 | 0 | 6 | 275 | 104 | 121 |
| Binary | 10101100 | 11100101 | 11101111 | 11100 | 100 | 0 | 110 | 10111101 | 1000100 | 1010001 |
Color Harmonies of #ACE5EF
Complementary color
Monochromatic Colors of #ACE5EF
Black with #ACE5EF
Text Example
Text Example
White with #ACE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5EF; }
p { color: rgb(172,229,239); }
H1.HeaderClassName
{
color: #ACE5EF;
}
.AnyTagClassName
{
color: #ACE5EF;
}
</style>
background-color css
<style>
a { background-color: #ACE5EF; }
a { background-color: rgb(172,229,239); }
div.DivClassName
{
background-color: #ACE5EF;
}
.BgClassName
{
background-color: #ACE5EF;
}
</style>
border-color css
<style>
span { border-color: #ACE5EF; }
span { border-color: rgb(172,229,239); }
td.TdClassName
{
border-color: #ACE5EF;
}
.TagClassName
{
border-color: #ACE5EF;
}
</style>