Shades of Polo Blue #8FACCC
Tints of Polo Blue #8FACCC
RGB
CMYK
RGB Variations
Color information
#8FACCC (or 0x8FACCC) is known color: Polo Blue. HEX triplet: 8F, AC and CC. RGB value is (143,172,204). Sum of RGB (Red+Green+Blue) = 143+172+204=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACCC is #705333. Grayscale: #A6A6A6. Windows color (decimal): -7361332 or 13413519. OLE color: 13413519.
HSL color Cylindrical-coordinate representation of color #8FACCC: hue angle of 211.48º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FACCC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 172 | 204 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.2 |
| HSL | 211.48º | 0.37% | 0.68% | - |
| HSV(B) | 211.48º | 0.3% | 0.8% | - |
| XYZ | 36.98 | 39.7 | 62.84 | - |
| YUV | 166.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 204 | 0.30 | 0.16 | 0 | 0.2 | 211.48 | 0.37 | 0.68 |
| Hex | 8F | AC | CC | 1E | 10 | 0 | 14 | D3 | 25 | 44 |
| Octal | 217 | 254 | 314 | 36 | 20 | 0 | 24 | 323 | 45 | 104 |
| Binary | 10001111 | 10101100 | 11001100 | 11110 | 10000 | 0 | 10100 | 11010011 | 100101 | 1000100 |
Color Harmonies of #8FACCC
Complementary color
Monochromatic Colors of #8FACCC
Black with #8FACCC
Text Example
Text Example
White with #8FACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACCC; }
p { color: rgb(143,172,204); }
H1.HeaderClassName
{
color: #8FACCC;
}
.AnyTagClassName
{
color: #8FACCC;
}
</style>
background-color css
<style>
a { background-color: #8FACCC; }
a { background-color: rgb(143,172,204); }
div.DivClassName
{
background-color: #8FACCC;
}
.BgClassName
{
background-color: #8FACCC;
}
</style>
border-color css
<style>
span { border-color: #8FACCC; }
span { border-color: rgb(143,172,204); }
td.TdClassName
{
border-color: #8FACCC;
}
.TagClassName
{
border-color: #8FACCC;
}
</style>