Shades of Blizzard Blue #ACE9FB
Tints of Blizzard Blue #ACE9FB
RGB
CMYK
RGB Variations
Color information
#ACE9FB (or 0xACE9FB) is known color: Blizzard Blue. HEX triplet: AC, E9 and FB. RGB value is (172,233,251). Sum of RGB (Red+Green+Blue) = 172+233+251=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9FB is #531604. Grayscale: #D8D8D8. Windows color (decimal): -5445125 or 16509356. OLE color: 16509356.
HSL color Cylindrical-coordinate representation of color #ACE9FB: hue angle of 193.67º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE9FB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 233 | 251 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.02 |
| HSL | 193.67º | 0.91% | 0.83% | - |
| HSV(B) | 193.67º | 0.31% | 0.98% | - |
| XYZ | 63.56 | 74.01 | 102.2 | - |
| YUV | 216.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 251 | 0.31 | 0.07 | 0 | 0.02 | 193.67 | 0.91 | 0.83 |
| Hex | AC | E9 | FB | 1F | 7 | 0 | 2 | C2 | 5B | 53 |
| Octal | 254 | 351 | 373 | 37 | 7 | 0 | 2 | 302 | 133 | 123 |
| Binary | 10101100 | 11101001 | 11111011 | 11111 | 111 | 0 | 10 | 11000010 | 1011011 | 1010011 |
Color Harmonies of #ACE9FB
Complementary color
Monochromatic Colors of #ACE9FB
Black with #ACE9FB
Text Example
Text Example
White with #ACE9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9FB; }
p { color: rgb(172,233,251); }
H1.HeaderClassName
{
color: #ACE9FB;
}
.AnyTagClassName
{
color: #ACE9FB;
}
</style>
background-color css
<style>
a { background-color: #ACE9FB; }
a { background-color: rgb(172,233,251); }
div.DivClassName
{
background-color: #ACE9FB;
}
.BgClassName
{
background-color: #ACE9FB;
}
</style>
border-color css
<style>
span { border-color: #ACE9FB; }
span { border-color: rgb(172,233,251); }
td.TdClassName
{
border-color: #ACE9FB;
}
.TagClassName
{
border-color: #ACE9FB;
}
</style>