Shades of Blizzard Blue #ACE1F1
Tints of Blizzard Blue #ACE1F1
RGB
CMYK
RGB Variations
Color information
#ACE1F1 (or 0xACE1F1) is known color: Blizzard Blue. HEX triplet: AC, E1 and F1. RGB value is (172,225,241). Sum of RGB (Red+Green+Blue) = 172+225+241=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACE1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1F1 is #531E0E. Grayscale: #D2D2D2. Windows color (decimal): -5447183 or 15851948. OLE color: 15851948.
HSL color Cylindrical-coordinate representation of color #ACE1F1: hue angle of 193.91º 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 #ACE1F1 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 225 | 241 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.05 |
| HSL | 193.91º | 0.71% | 0.81% | - |
| HSV(B) | 193.91º | 0.29% | 0.95% | - |
| XYZ | 59.82 | 68.97 | 93.38 | - |
| YUV | 210.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 241 | 0.29 | 0.07 | 0 | 0.05 | 193.91 | 0.71 | 0.81 |
| Hex | AC | E1 | F1 | 1D | 7 | 0 | 5 | C2 | 47 | 51 |
| Octal | 254 | 341 | 361 | 35 | 7 | 0 | 5 | 302 | 107 | 121 |
| Binary | 10101100 | 11100001 | 11110001 | 11101 | 111 | 0 | 101 | 11000010 | 1000111 | 1010001 |
Color Harmonies of #ACE1F1
Complementary color
Monochromatic Colors of #ACE1F1
Black with #ACE1F1
Text Example
Text Example
White with #ACE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1F1; }
p { color: rgb(172,225,241); }
H1.HeaderClassName
{
color: #ACE1F1;
}
.AnyTagClassName
{
color: #ACE1F1;
}
</style>
background-color css
<style>
a { background-color: #ACE1F1; }
a { background-color: rgb(172,225,241); }
div.DivClassName
{
background-color: #ACE1F1;
}
.BgClassName
{
background-color: #ACE1F1;
}
</style>
border-color css
<style>
span { border-color: #ACE1F1; }
span { border-color: rgb(172,225,241); }
td.TdClassName
{
border-color: #ACE1F1;
}
.TagClassName
{
border-color: #ACE1F1;
}
</style>