Shades of Blizzard Blue #ACE1F2
Tints of Blizzard Blue #ACE1F2
RGB
CMYK
RGB Variations
Color information
#ACE1F2 (or 0xACE1F2) is known color: Blizzard Blue. HEX triplet: AC, E1 and F2. RGB value is (172,225,242). Sum of RGB (Red+Green+Blue) = 172+225+242=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACE1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1F2 is #531E0D. Grayscale: #D2D2D2. Windows color (decimal): -5447182 or 15917484. OLE color: 15917484.
HSL color Cylindrical-coordinate representation of color #ACE1F2: hue angle of 194.57º degrees, saturation: 0.73, 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 #ACE1F2 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 225 | 242 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.05 |
| HSL | 194.57º | 0.73% | 0.81% | - |
| HSV(B) | 194.57º | 0.29% | 0.95% | - |
| XYZ | 59.97 | 69.03 | 94.17 | - |
| YUV | 211.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 242 | 0.29 | 0.07 | 0 | 0.05 | 194.57 | 0.73 | 0.81 |
| Hex | AC | E1 | F2 | 1D | 7 | 0 | 5 | C3 | 49 | 51 |
| Octal | 254 | 341 | 362 | 35 | 7 | 0 | 5 | 303 | 111 | 121 |
| Binary | 10101100 | 11100001 | 11110010 | 11101 | 111 | 0 | 101 | 11000011 | 1001001 | 1010001 |
Color Harmonies of #ACE1F2
Complementary color
Monochromatic Colors of #ACE1F2
Black with #ACE1F2
Text Example
Text Example
White with #ACE1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1F2; }
p { color: rgb(172,225,242); }
H1.HeaderClassName
{
color: #ACE1F2;
}
.AnyTagClassName
{
color: #ACE1F2;
}
</style>
background-color css
<style>
a { background-color: #ACE1F2; }
a { background-color: rgb(172,225,242); }
div.DivClassName
{
background-color: #ACE1F2;
}
.BgClassName
{
background-color: #ACE1F2;
}
</style>
border-color css
<style>
span { border-color: #ACE1F2; }
span { border-color: rgb(172,225,242); }
td.TdClassName
{
border-color: #ACE1F2;
}
.TagClassName
{
border-color: #ACE1F2;
}
</style>