Shades of Blizzard Blue #ACE2ED
Tints of Blizzard Blue #ACE2ED
RGB
CMYK
RGB Variations
Color information
#ACE2ED (or 0xACE2ED) is known color: Blizzard Blue. HEX triplet: AC, E2 and ED. RGB value is (172,226,237). Sum of RGB (Red+Green+Blue) = 172+226+237=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2ED is #531D12. Grayscale: #D3D3D3. Windows color (decimal): -5446931 or 15590060. OLE color: 15590060.
HSL color Cylindrical-coordinate representation of color #ACE2ED: hue angle of 190.15º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE2ED is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 226 | 237 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.07 |
| HSL | 190.15º | 0.64% | 0.8% | - |
| HSV(B) | 190.15º | 0.27% | 0.93% | - |
| XYZ | 59.5 | 69.28 | 90.36 | - |
| YUV | 211.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 237 | 0.27 | 0.05 | 0 | 0.07 | 190.15 | 0.64 | 0.8 |
| Hex | AC | E2 | ED | 1B | 5 | 0 | 7 | BE | 40 | 50 |
| Octal | 254 | 342 | 355 | 33 | 5 | 0 | 7 | 276 | 100 | 120 |
| Binary | 10101100 | 11100010 | 11101101 | 11011 | 101 | 0 | 111 | 10111110 | 1000000 | 1010000 |
Color Harmonies of #ACE2ED
Complementary color
Monochromatic Colors of #ACE2ED
Black with #ACE2ED
Text Example
Text Example
White with #ACE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2ED; }
p { color: rgb(172,226,237); }
H1.HeaderClassName
{
color: #ACE2ED;
}
.AnyTagClassName
{
color: #ACE2ED;
}
</style>
background-color css
<style>
a { background-color: #ACE2ED; }
a { background-color: rgb(172,226,237); }
div.DivClassName
{
background-color: #ACE2ED;
}
.BgClassName
{
background-color: #ACE2ED;
}
</style>
border-color css
<style>
span { border-color: #ACE2ED; }
span { border-color: rgb(172,226,237); }
td.TdClassName
{
border-color: #ACE2ED;
}
.TagClassName
{
border-color: #ACE2ED;
}
</style>