Shades of Blizzard Blue #ACE2EE
Tints of Blizzard Blue #ACE2EE
RGB
CMYK
RGB Variations
Color information
#ACE2EE (or 0xACE2EE) is known color: Blizzard Blue. HEX triplet: AC, E2 and EE. RGB value is (172,226,238). Sum of RGB (Red+Green+Blue) = 172+226+238=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACE2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2EE is #531D11. Grayscale: #D3D3D3. Windows color (decimal): -5446930 or 15655596. OLE color: 15655596.
HSL color Cylindrical-coordinate representation of color #ACE2EE: hue angle of 190.91º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE2EE is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 226 | 238 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.07 |
| HSL | 190.91º | 0.66% | 0.8% | - |
| HSV(B) | 190.91º | 0.28% | 0.93% | - |
| XYZ | 59.64 | 69.34 | 91.13 | - |
| YUV | 211.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 238 | 0.28 | 0.05 | 0 | 0.07 | 190.91 | 0.66 | 0.8 |
| Hex | AC | E2 | EE | 1C | 5 | 0 | 7 | BF | 42 | 50 |
| Octal | 254 | 342 | 356 | 34 | 5 | 0 | 7 | 277 | 102 | 120 |
| Binary | 10101100 | 11100010 | 11101110 | 11100 | 101 | 0 | 111 | 10111111 | 1000010 | 1010000 |
Color Harmonies of #ACE2EE
Complementary color
Monochromatic Colors of #ACE2EE
Black with #ACE2EE
Text Example
Text Example
White with #ACE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2EE; }
p { color: rgb(172,226,238); }
H1.HeaderClassName
{
color: #ACE2EE;
}
.AnyTagClassName
{
color: #ACE2EE;
}
</style>
background-color css
<style>
a { background-color: #ACE2EE; }
a { background-color: rgb(172,226,238); }
div.DivClassName
{
background-color: #ACE2EE;
}
.BgClassName
{
background-color: #ACE2EE;
}
</style>
border-color css
<style>
span { border-color: #ACE2EE; }
span { border-color: rgb(172,226,238); }
td.TdClassName
{
border-color: #ACE2EE;
}
.TagClassName
{
border-color: #ACE2EE;
}
</style>