Shades of Blizzard Blue #ACE5F5
Tints of Blizzard Blue #ACE5F5
RGB
CMYK
RGB Variations
Color information
#ACE5F5 (or 0xACE5F5) is known color: Blizzard Blue. HEX triplet: AC, E5 and F5. RGB value is (172,229,245). Sum of RGB (Red+Green+Blue) = 172+229+245=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACE5F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5F5 is #531A0A. Grayscale: #D5D5D5. Windows color (decimal): -5446155 or 16115116. OLE color: 16115116.
HSL color Cylindrical-coordinate representation of color #ACE5F5: hue angle of 193.15º degrees, saturation: 0.78, 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 #ACE5F5 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 229 | 245 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.04 |
| HSL | 193.15º | 0.78% | 0.82% | - |
| HSV(B) | 193.15º | 0.3% | 0.96% | - |
| XYZ | 61.51 | 71.4 | 96.93 | - |
| YUV | 213.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 245 | 0.30 | 0.07 | 0 | 0.04 | 193.15 | 0.78 | 0.82 |
| Hex | AC | E5 | F5 | 1E | 7 | 0 | 4 | C1 | 4E | 52 |
| Octal | 254 | 345 | 365 | 36 | 7 | 0 | 4 | 301 | 116 | 122 |
| Binary | 10101100 | 11100101 | 11110101 | 11110 | 111 | 0 | 100 | 11000001 | 1001110 | 1010010 |
Color Harmonies of #ACE5F5
Complementary color
Monochromatic Colors of #ACE5F5
Black with #ACE5F5
Text Example
Text Example
White with #ACE5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5F5; }
p { color: rgb(172,229,245); }
H1.HeaderClassName
{
color: #ACE5F5;
}
.AnyTagClassName
{
color: #ACE5F5;
}
</style>
background-color css
<style>
a { background-color: #ACE5F5; }
a { background-color: rgb(172,229,245); }
div.DivClassName
{
background-color: #ACE5F5;
}
.BgClassName
{
background-color: #ACE5F5;
}
</style>
border-color css
<style>
span { border-color: #ACE5F5; }
span { border-color: rgb(172,229,245); }
td.TdClassName
{
border-color: #ACE5F5;
}
.TagClassName
{
border-color: #ACE5F5;
}
</style>