Shades of Blizzard Blue #ACE7EF
Tints of Blizzard Blue #ACE7EF
RGB
CMYK
RGB Variations
Color information
#ACE7EF (or 0xACE7EF) is known color: Blizzard Blue. HEX triplet: AC, E7 and EF. RGB value is (172,231,239). Sum of RGB (Red+Green+Blue) = 172+231+239=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7EF is #531810. Grayscale: #D6D6D6. Windows color (decimal): -5445649 or 15722412. OLE color: 15722412.
HSL color Cylindrical-coordinate representation of color #ACE7EF: hue angle of 187.16º 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 #ACE7EF is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 231 | 239 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.06 |
| HSL | 187.16º | 0.68% | 0.81% | - |
| HSV(B) | 187.16º | 0.28% | 0.94% | - |
| XYZ | 61.17 | 72.15 | 92.36 | - |
| YUV | 214.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 239 | 0.28 | 0.03 | 0 | 0.06 | 187.16 | 0.68 | 0.81 |
| Hex | AC | E7 | EF | 1C | 3 | 0 | 6 | BB | 44 | 51 |
| Octal | 254 | 347 | 357 | 34 | 3 | 0 | 6 | 273 | 104 | 121 |
| Binary | 10101100 | 11100111 | 11101111 | 11100 | 11 | 0 | 110 | 10111011 | 1000100 | 1010001 |
Color Harmonies of #ACE7EF
Complementary color
Monochromatic Colors of #ACE7EF
Black with #ACE7EF
Text Example
Text Example
White with #ACE7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7EF; }
p { color: rgb(172,231,239); }
H1.HeaderClassName
{
color: #ACE7EF;
}
.AnyTagClassName
{
color: #ACE7EF;
}
</style>
background-color css
<style>
a { background-color: #ACE7EF; }
a { background-color: rgb(172,231,239); }
div.DivClassName
{
background-color: #ACE7EF;
}
.BgClassName
{
background-color: #ACE7EF;
}
</style>
border-color css
<style>
span { border-color: #ACE7EF; }
span { border-color: rgb(172,231,239); }
td.TdClassName
{
border-color: #ACE7EF;
}
.TagClassName
{
border-color: #ACE7EF;
}
</style>