Shades of Blizzard Blue #ACE2F1
Tints of Blizzard Blue #ACE2F1
RGB
CMYK
RGB Variations
Color information
#ACE2F1 (or 0xACE2F1) is known color: Blizzard Blue. HEX triplet: AC, E2 and F1. RGB value is (172,226,241). Sum of RGB (Red+Green+Blue) = 172+226+241=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACE2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2F1 is #531D0E. Grayscale: #D3D3D3. Windows color (decimal): -5446927 or 15852204. OLE color: 15852204.
HSL color Cylindrical-coordinate representation of color #ACE2F1: hue angle of 193.04º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACE2F1 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 226 | 241 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.05 |
| HSL | 193.04º | 0.71% | 0.81% | - |
| HSV(B) | 193.04º | 0.29% | 0.95% | - |
| XYZ | 60.09 | 69.51 | 93.47 | - |
| YUV | 211.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 241 | 0.29 | 0.06 | 0 | 0.05 | 193.04 | 0.71 | 0.81 |
| Hex | AC | E2 | F1 | 1D | 6 | 0 | 5 | C1 | 47 | 51 |
| Octal | 254 | 342 | 361 | 35 | 6 | 0 | 5 | 301 | 107 | 121 |
| Binary | 10101100 | 11100010 | 11110001 | 11101 | 110 | 0 | 101 | 11000001 | 1000111 | 1010001 |
Color Harmonies of #ACE2F1
Complementary color
Monochromatic Colors of #ACE2F1
Black with #ACE2F1
Text Example
Text Example
White with #ACE2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2F1; }
p { color: rgb(172,226,241); }
H1.HeaderClassName
{
color: #ACE2F1;
}
.AnyTagClassName
{
color: #ACE2F1;
}
</style>
background-color css
<style>
a { background-color: #ACE2F1; }
a { background-color: rgb(172,226,241); }
div.DivClassName
{
background-color: #ACE2F1;
}
.BgClassName
{
background-color: #ACE2F1;
}
</style>
border-color css
<style>
span { border-color: #ACE2F1; }
span { border-color: rgb(172,226,241); }
td.TdClassName
{
border-color: #ACE2F1;
}
.TagClassName
{
border-color: #ACE2F1;
}
</style>