Shades of Blizzard Blue #ACE5FA
Tints of Blizzard Blue #ACE5FA
RGB
CMYK
RGB Variations
Color information
#ACE5FA (or 0xACE5FA) is known color: Blizzard Blue. HEX triplet: AC, E5 and FA. RGB value is (172,229,250). Sum of RGB (Red+Green+Blue) = 172+229+250=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACE5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5FA is #531A05. Grayscale: #D6D6D6. Windows color (decimal): -5446150 or 16442796. OLE color: 16442796.
HSL color Cylindrical-coordinate representation of color #ACE5FA: hue angle of 196.15º degrees, saturation: 0.89, 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 #ACE5FA is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 229 | 250 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.02 |
| HSL | 196.15º | 0.89% | 0.83% | - |
| HSV(B) | 196.15º | 0.31% | 0.98% | - |
| XYZ | 62.29 | 71.71 | 101 | - |
| YUV | 214.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 250 | 0.31 | 0.08 | 0 | 0.02 | 196.15 | 0.89 | 0.83 |
| Hex | AC | E5 | FA | 1F | 8 | 0 | 2 | C4 | 59 | 53 |
| Octal | 254 | 345 | 372 | 37 | 10 | 0 | 2 | 304 | 131 | 123 |
| Binary | 10101100 | 11100101 | 11111010 | 11111 | 1000 | 0 | 10 | 11000100 | 1011001 | 1010011 |
Color Harmonies of #ACE5FA
Complementary color
Monochromatic Colors of #ACE5FA
Black with #ACE5FA
Text Example
Text Example
White with #ACE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5FA; }
p { color: rgb(172,229,250); }
H1.HeaderClassName
{
color: #ACE5FA;
}
.AnyTagClassName
{
color: #ACE5FA;
}
</style>
background-color css
<style>
a { background-color: #ACE5FA; }
a { background-color: rgb(172,229,250); }
div.DivClassName
{
background-color: #ACE5FA;
}
.BgClassName
{
background-color: #ACE5FA;
}
</style>
border-color css
<style>
span { border-color: #ACE5FA; }
span { border-color: rgb(172,229,250); }
td.TdClassName
{
border-color: #ACE5FA;
}
.TagClassName
{
border-color: #ACE5FA;
}
</style>