Shades of Polo Blue #8FACCD
Tints of Polo Blue #8FACCD
RGB
CMYK
RGB Variations
Color information
#8FACCD (or 0x8FACCD) is known color: Polo Blue. HEX triplet: 8F, AC and CD. RGB value is (143,172,205). Sum of RGB (Red+Green+Blue) = 143+172+205=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACCD is #705332. Grayscale: #A6A6A6. Windows color (decimal): -7361331 or 13479055. OLE color: 13479055.
HSL color Cylindrical-coordinate representation of color #8FACCD: hue angle of 211.94º degrees, saturation: 0.38, 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 #8FACCD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 172 | 205 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.20 |
| HSL | 211.94º | 0.38% | 0.68% | - |
| HSV(B) | 211.94º | 0.3% | 0.8% | - |
| XYZ | 37.1 | 39.75 | 63.48 | - |
| YUV | 167.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 205 | 0.30 | 0.16 | 0 | 0.20 | 211.94 | 0.38 | 0.68 |
| Hex | 8F | AC | CD | 1E | 10 | 0 | 14 | D4 | 26 | 44 |
| Octal | 217 | 254 | 315 | 36 | 20 | 0 | 24 | 324 | 46 | 104 |
| Binary | 10001111 | 10101100 | 11001101 | 11110 | 10000 | 0 | 10100 | 11010100 | 100110 | 1000100 |
Color Harmonies of #8FACCD
Complementary color
Monochromatic Colors of #8FACCD
Black with #8FACCD
Text Example
Text Example
White with #8FACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACCD; }
p { color: rgb(143,172,205); }
H1.HeaderClassName
{
color: #8FACCD;
}
.AnyTagClassName
{
color: #8FACCD;
}
</style>
background-color css
<style>
a { background-color: #8FACCD; }
a { background-color: rgb(143,172,205); }
div.DivClassName
{
background-color: #8FACCD;
}
.BgClassName
{
background-color: #8FACCD;
}
</style>
border-color css
<style>
span { border-color: #8FACCD; }
span { border-color: rgb(143,172,205); }
td.TdClassName
{
border-color: #8FACCD;
}
.TagClassName
{
border-color: #8FACCD;
}
</style>