Shades of Blizzard Blue #ACE4F7
Tints of Blizzard Blue #ACE4F7
RGB
CMYK
RGB Variations
Color information
#ACE4F7 (or 0xACE4F7) is known color: Blizzard Blue. HEX triplet: AC, E4 and F7. RGB value is (172,228,247). Sum of RGB (Red+Green+Blue) = 172+228+247=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACE4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4F7 is #531B08. Grayscale: #D5D5D5. Windows color (decimal): -5446409 or 16245932. OLE color: 16245932.
HSL color Cylindrical-coordinate representation of color #ACE4F7: hue angle of 195.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACE4F7 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 228 | 247 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.03 |
| HSL | 195.2º | 0.82% | 0.82% | - |
| HSV(B) | 195.2º | 0.3% | 0.97% | - |
| XYZ | 61.55 | 70.97 | 98.45 | - |
| YUV | 213.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 247 | 0.30 | 0.08 | 0 | 0.03 | 195.2 | 0.82 | 0.82 |
| Hex | AC | E4 | F7 | 1E | 8 | 0 | 3 | C3 | 52 | 52 |
| Octal | 254 | 344 | 367 | 36 | 10 | 0 | 3 | 303 | 122 | 122 |
| Binary | 10101100 | 11100100 | 11110111 | 11110 | 1000 | 0 | 11 | 11000011 | 1010010 | 1010010 |
Color Harmonies of #ACE4F7
Complementary color
Monochromatic Colors of #ACE4F7
Black with #ACE4F7
Text Example
Text Example
White with #ACE4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4F7; }
p { color: rgb(172,228,247); }
H1.HeaderClassName
{
color: #ACE4F7;
}
.AnyTagClassName
{
color: #ACE4F7;
}
</style>
background-color css
<style>
a { background-color: #ACE4F7; }
a { background-color: rgb(172,228,247); }
div.DivClassName
{
background-color: #ACE4F7;
}
.BgClassName
{
background-color: #ACE4F7;
}
</style>
border-color css
<style>
span { border-color: #ACE4F7; }
span { border-color: rgb(172,228,247); }
td.TdClassName
{
border-color: #ACE4F7;
}
.TagClassName
{
border-color: #ACE4F7;
}
</style>