Shades of Blizzard Blue #ACE0EE
Tints of Blizzard Blue #ACE0EE
RGB
CMYK
RGB Variations
Color information
#ACE0EE (or 0xACE0EE) is known color: Blizzard Blue. HEX triplet: AC, E0 and EE. RGB value is (172,224,238). Sum of RGB (Red+Green+Blue) = 172+224+238=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0EE is #531F11. Grayscale: #D1D1D1. Windows color (decimal): -5447442 or 15655084. OLE color: 15655084.
HSL color Cylindrical-coordinate representation of color #ACE0EE: hue angle of 192.73º 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 #ACE0EE is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 224 | 238 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.07 |
| HSL | 192.73º | 0.66% | 0.8% | - |
| HSV(B) | 192.73º | 0.28% | 0.93% | - |
| XYZ | 59.1 | 68.26 | 90.95 | - |
| YUV | 210.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 238 | 0.28 | 0.06 | 0 | 0.07 | 192.73 | 0.66 | 0.8 |
| Hex | AC | E0 | EE | 1C | 6 | 0 | 7 | C1 | 42 | 50 |
| Octal | 254 | 340 | 356 | 34 | 6 | 0 | 7 | 301 | 102 | 120 |
| Binary | 10101100 | 11100000 | 11101110 | 11100 | 110 | 0 | 111 | 11000001 | 1000010 | 1010000 |
Color Harmonies of #ACE0EE
Complementary color
Monochromatic Colors of #ACE0EE
Black with #ACE0EE
Text Example
Text Example
White with #ACE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0EE; }
p { color: rgb(172,224,238); }
H1.HeaderClassName
{
color: #ACE0EE;
}
.AnyTagClassName
{
color: #ACE0EE;
}
</style>
background-color css
<style>
a { background-color: #ACE0EE; }
a { background-color: rgb(172,224,238); }
div.DivClassName
{
background-color: #ACE0EE;
}
.BgClassName
{
background-color: #ACE0EE;
}
</style>
border-color css
<style>
span { border-color: #ACE0EE; }
span { border-color: rgb(172,224,238); }
td.TdClassName
{
border-color: #ACE0EE;
}
.TagClassName
{
border-color: #ACE0EE;
}
</style>