Shades of Blizzard Blue #ACE4EF
Tints of Blizzard Blue #ACE4EF
RGB
CMYK
RGB Variations
Color information
#ACE4EF (or 0xACE4EF) is known color: Blizzard Blue. HEX triplet: AC, E4 and EF. RGB value is (172,228,239). Sum of RGB (Red+Green+Blue) = 172+228+239=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4EF is #531B10. Grayscale: #D4D4D4. Windows color (decimal): -5446417 or 15721644. OLE color: 15721644.
HSL color Cylindrical-coordinate representation of color #ACE4EF: hue angle of 189.85º 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 #ACE4EF is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 228 | 239 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.06 |
| HSL | 189.85º | 0.68% | 0.81% | - |
| HSV(B) | 189.85º | 0.28% | 0.94% | - |
| XYZ | 60.34 | 70.49 | 92.09 | - |
| YUV | 212.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 239 | 0.28 | 0.05 | 0 | 0.06 | 189.85 | 0.68 | 0.81 |
| Hex | AC | E4 | EF | 1C | 5 | 0 | 6 | BE | 44 | 51 |
| Octal | 254 | 344 | 357 | 34 | 5 | 0 | 6 | 276 | 104 | 121 |
| Binary | 10101100 | 11100100 | 11101111 | 11100 | 101 | 0 | 110 | 10111110 | 1000100 | 1010001 |
Color Harmonies of #ACE4EF
Complementary color
Monochromatic Colors of #ACE4EF
Black with #ACE4EF
Text Example
Text Example
White with #ACE4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4EF; }
p { color: rgb(172,228,239); }
H1.HeaderClassName
{
color: #ACE4EF;
}
.AnyTagClassName
{
color: #ACE4EF;
}
</style>
background-color css
<style>
a { background-color: #ACE4EF; }
a { background-color: rgb(172,228,239); }
div.DivClassName
{
background-color: #ACE4EF;
}
.BgClassName
{
background-color: #ACE4EF;
}
</style>
border-color css
<style>
span { border-color: #ACE4EF; }
span { border-color: rgb(172,228,239); }
td.TdClassName
{
border-color: #ACE4EF;
}
.TagClassName
{
border-color: #ACE4EF;
}
</style>