Shades of Blizzard Blue #ACE4F3
Tints of Blizzard Blue #ACE4F3
RGB
CMYK
RGB Variations
Color information
#ACE4F3 (or 0xACE4F3) is known color: Blizzard Blue. HEX triplet: AC, E4 and F3. RGB value is (172,228,243). Sum of RGB (Red+Green+Blue) = 172+228+243=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACE4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4F3 is #531B0C. Grayscale: #D4D4D4. Windows color (decimal): -5446413 or 15983788. OLE color: 15983788.
HSL color Cylindrical-coordinate representation of color #ACE4F3: hue angle of 192.68º degrees, saturation: 0.75, 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 #ACE4F3 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 228 | 243 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.05 |
| HSL | 192.68º | 0.75% | 0.81% | - |
| HSV(B) | 192.68º | 0.29% | 0.95% | - |
| XYZ | 60.93 | 70.73 | 95.23 | - |
| YUV | 212.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 243 | 0.29 | 0.06 | 0 | 0.05 | 192.68 | 0.75 | 0.81 |
| Hex | AC | E4 | F3 | 1D | 6 | 0 | 5 | C1 | 4B | 51 |
| Octal | 254 | 344 | 363 | 35 | 6 | 0 | 5 | 301 | 113 | 121 |
| Binary | 10101100 | 11100100 | 11110011 | 11101 | 110 | 0 | 101 | 11000001 | 1001011 | 1010001 |
Color Harmonies of #ACE4F3
Complementary color
Monochromatic Colors of #ACE4F3
Black with #ACE4F3
Text Example
Text Example
White with #ACE4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4F3; }
p { color: rgb(172,228,243); }
H1.HeaderClassName
{
color: #ACE4F3;
}
.AnyTagClassName
{
color: #ACE4F3;
}
</style>
background-color css
<style>
a { background-color: #ACE4F3; }
a { background-color: rgb(172,228,243); }
div.DivClassName
{
background-color: #ACE4F3;
}
.BgClassName
{
background-color: #ACE4F3;
}
</style>
border-color css
<style>
span { border-color: #ACE4F3; }
span { border-color: rgb(172,228,243); }
td.TdClassName
{
border-color: #ACE4F3;
}
.TagClassName
{
border-color: #ACE4F3;
}
</style>