Shades of Blizzard Blue #ACE6F8
Tints of Blizzard Blue #ACE6F8
RGB
CMYK
RGB Variations
Color information
#ACE6F8 (or 0xACE6F8) is known color: Blizzard Blue. HEX triplet: AC, E6 and F8. RGB value is (172,230,248). Sum of RGB (Red+Green+Blue) = 172+230+248=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACE6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6F8 is #531907. Grayscale: #D6D6D6. Windows color (decimal): -5445896 or 16311980. OLE color: 16311980.
HSL color Cylindrical-coordinate representation of color #ACE6F8: hue angle of 194.21º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE6F8 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 230 | 248 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.03 |
| HSL | 194.21º | 0.84% | 0.82% | - |
| HSV(B) | 194.21º | 0.31% | 0.97% | - |
| XYZ | 62.25 | 72.14 | 99.45 | - |
| YUV | 214.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 248 | 0.31 | 0.07 | 0 | 0.03 | 194.21 | 0.84 | 0.82 |
| Hex | AC | E6 | F8 | 1F | 7 | 0 | 3 | C2 | 54 | 52 |
| Octal | 254 | 346 | 370 | 37 | 7 | 0 | 3 | 302 | 124 | 122 |
| Binary | 10101100 | 11100110 | 11111000 | 11111 | 111 | 0 | 11 | 11000010 | 1010100 | 1010010 |
Color Harmonies of #ACE6F8
Complementary color
Monochromatic Colors of #ACE6F8
Black with #ACE6F8
Text Example
Text Example
White with #ACE6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6F8; }
p { color: rgb(172,230,248); }
H1.HeaderClassName
{
color: #ACE6F8;
}
.AnyTagClassName
{
color: #ACE6F8;
}
</style>
background-color css
<style>
a { background-color: #ACE6F8; }
a { background-color: rgb(172,230,248); }
div.DivClassName
{
background-color: #ACE6F8;
}
.BgClassName
{
background-color: #ACE6F8;
}
</style>
border-color css
<style>
span { border-color: #ACE6F8; }
span { border-color: rgb(172,230,248); }
td.TdClassName
{
border-color: #ACE6F8;
}
.TagClassName
{
border-color: #ACE6F8;
}
</style>