Shades of Blizzard Blue #ACE4F2
Tints of Blizzard Blue #ACE4F2
RGB
CMYK
RGB Variations
Color information
#ACE4F2 (or 0xACE4F2) is known color: Blizzard Blue. HEX triplet: AC, E4 and F2. RGB value is (172,228,242). Sum of RGB (Red+Green+Blue) = 172+228+242=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACE4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4F2 is #531B0D. Grayscale: #D4D4D4. Windows color (decimal): -5446414 or 15918252. OLE color: 15918252.
HSL color Cylindrical-coordinate representation of color #ACE4F2: hue angle of 192º 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 #ACE4F2 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 228 | 242 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.05 |
| HSL | 192º | 0.73% | 0.81% | - |
| HSV(B) | 192º | 0.29% | 0.95% | - |
| XYZ | 60.78 | 70.67 | 94.44 | - |
| YUV | 212.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 242 | 0.29 | 0.06 | 0 | 0.05 | 192 | 0.73 | 0.81 |
| Hex | AC | E4 | F2 | 1D | 6 | 0 | 5 | C0 | 49 | 51 |
| Octal | 254 | 344 | 362 | 35 | 6 | 0 | 5 | 300 | 111 | 121 |
| Binary | 10101100 | 11100100 | 11110010 | 11101 | 110 | 0 | 101 | 11000000 | 1001001 | 1010001 |
Color Harmonies of #ACE4F2
Complementary color
Monochromatic Colors of #ACE4F2
Black with #ACE4F2
Text Example
Text Example
White with #ACE4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4F2; }
p { color: rgb(172,228,242); }
H1.HeaderClassName
{
color: #ACE4F2;
}
.AnyTagClassName
{
color: #ACE4F2;
}
</style>
background-color css
<style>
a { background-color: #ACE4F2; }
a { background-color: rgb(172,228,242); }
div.DivClassName
{
background-color: #ACE4F2;
}
.BgClassName
{
background-color: #ACE4F2;
}
</style>
border-color css
<style>
span { border-color: #ACE4F2; }
span { border-color: rgb(172,228,242); }
td.TdClassName
{
border-color: #ACE4F2;
}
.TagClassName
{
border-color: #ACE4F2;
}
</style>