Shades of Blizzard Blue #ACE7F3
Tints of Blizzard Blue #ACE7F3
RGB
CMYK
RGB Variations
Color information
#ACE7F3 (or 0xACE7F3) is known color: Blizzard Blue. HEX triplet: AC, E7 and F3. RGB value is (172,231,243). Sum of RGB (Red+Green+Blue) = 172+231+243=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACE7F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7F3 is #53180C. Grayscale: #D6D6D6. Windows color (decimal): -5445645 or 15984556. OLE color: 15984556.
HSL color Cylindrical-coordinate representation of color #ACE7F3: hue angle of 190.14º 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 #ACE7F3 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 231 | 243 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.05 |
| HSL | 190.14º | 0.75% | 0.81% | - |
| HSV(B) | 190.14º | 0.29% | 0.95% | - |
| XYZ | 61.77 | 72.39 | 95.51 | - |
| YUV | 214.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 243 | 0.29 | 0.05 | 0 | 0.05 | 190.14 | 0.75 | 0.81 |
| Hex | AC | E7 | F3 | 1D | 5 | 0 | 5 | BE | 4B | 51 |
| Octal | 254 | 347 | 363 | 35 | 5 | 0 | 5 | 276 | 113 | 121 |
| Binary | 10101100 | 11100111 | 11110011 | 11101 | 101 | 0 | 101 | 10111110 | 1001011 | 1010001 |
Color Harmonies of #ACE7F3
Complementary color
Monochromatic Colors of #ACE7F3
Black with #ACE7F3
Text Example
Text Example
White with #ACE7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7F3; }
p { color: rgb(172,231,243); }
H1.HeaderClassName
{
color: #ACE7F3;
}
.AnyTagClassName
{
color: #ACE7F3;
}
</style>
background-color css
<style>
a { background-color: #ACE7F3; }
a { background-color: rgb(172,231,243); }
div.DivClassName
{
background-color: #ACE7F3;
}
.BgClassName
{
background-color: #ACE7F3;
}
</style>
border-color css
<style>
span { border-color: #ACE7F3; }
span { border-color: rgb(172,231,243); }
td.TdClassName
{
border-color: #ACE7F3;
}
.TagClassName
{
border-color: #ACE7F3;
}
</style>