Shades of Blizzard Blue #ACE2EF
Tints of Blizzard Blue #ACE2EF
RGB
CMYK
RGB Variations
Color information
#ACE2EF (or 0xACE2EF) is known color: Blizzard Blue. HEX triplet: AC, E2 and EF. RGB value is (172,226,239). Sum of RGB (Red+Green+Blue) = 172+226+239=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2EF is #531D10. Grayscale: #D3D3D3. Windows color (decimal): -5446929 or 15721132. OLE color: 15721132.
HSL color Cylindrical-coordinate representation of color #ACE2EF: hue angle of 191.64º 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 #ACE2EF is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 226 | 239 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.06 |
| HSL | 191.64º | 0.68% | 0.81% | - |
| HSV(B) | 191.64º | 0.28% | 0.94% | - |
| XYZ | 59.79 | 69.4 | 91.9 | - |
| YUV | 211.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 239 | 0.28 | 0.05 | 0 | 0.06 | 191.64 | 0.68 | 0.81 |
| Hex | AC | E2 | EF | 1C | 5 | 0 | 6 | C0 | 44 | 51 |
| Octal | 254 | 342 | 357 | 34 | 5 | 0 | 6 | 300 | 104 | 121 |
| Binary | 10101100 | 11100010 | 11101111 | 11100 | 101 | 0 | 110 | 11000000 | 1000100 | 1010001 |
Color Harmonies of #ACE2EF
Complementary color
Monochromatic Colors of #ACE2EF
Black with #ACE2EF
Text Example
Text Example
White with #ACE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2EF; }
p { color: rgb(172,226,239); }
H1.HeaderClassName
{
color: #ACE2EF;
}
.AnyTagClassName
{
color: #ACE2EF;
}
</style>
background-color css
<style>
a { background-color: #ACE2EF; }
a { background-color: rgb(172,226,239); }
div.DivClassName
{
background-color: #ACE2EF;
}
.BgClassName
{
background-color: #ACE2EF;
}
</style>
border-color css
<style>
span { border-color: #ACE2EF; }
span { border-color: rgb(172,226,239); }
td.TdClassName
{
border-color: #ACE2EF;
}
.TagClassName
{
border-color: #ACE2EF;
}
</style>