Shades of Blizzard Blue #ACE3F6
Tints of Blizzard Blue #ACE3F6
RGB
CMYK
RGB Variations
Color information
#ACE3F6 (or 0xACE3F6) is known color: Blizzard Blue. HEX triplet: AC, E3 and F6. RGB value is (172,227,246). Sum of RGB (Red+Green+Blue) = 172+227+246=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACE3F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3F6 is #531C09. Grayscale: #D4D4D4. Windows color (decimal): -5446666 or 16180140. OLE color: 16180140.
HSL color Cylindrical-coordinate representation of color #ACE3F6: hue angle of 195.41º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACE3F6 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 227 | 246 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.04 |
| HSL | 195.41º | 0.8% | 0.82% | - |
| HSV(B) | 195.41º | 0.3% | 0.96% | - |
| XYZ | 61.12 | 70.36 | 97.55 | - |
| YUV | 212.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 246 | 0.30 | 0.08 | 0 | 0.04 | 195.41 | 0.8 | 0.82 |
| Hex | AC | E3 | F6 | 1E | 8 | 0 | 4 | C3 | 50 | 52 |
| Octal | 254 | 343 | 366 | 36 | 10 | 0 | 4 | 303 | 120 | 122 |
| Binary | 10101100 | 11100011 | 11110110 | 11110 | 1000 | 0 | 100 | 11000011 | 1010000 | 1010010 |
Color Harmonies of #ACE3F6
Complementary color
Monochromatic Colors of #ACE3F6
Black with #ACE3F6
Text Example
Text Example
White with #ACE3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3F6; }
p { color: rgb(172,227,246); }
H1.HeaderClassName
{
color: #ACE3F6;
}
.AnyTagClassName
{
color: #ACE3F6;
}
</style>
background-color css
<style>
a { background-color: #ACE3F6; }
a { background-color: rgb(172,227,246); }
div.DivClassName
{
background-color: #ACE3F6;
}
.BgClassName
{
background-color: #ACE3F6;
}
</style>
border-color css
<style>
span { border-color: #ACE3F6; }
span { border-color: rgb(172,227,246); }
td.TdClassName
{
border-color: #ACE3F6;
}
.TagClassName
{
border-color: #ACE3F6;
}
</style>