Shades of Polo Blue #8FAACD
Tints of Polo Blue #8FAACD
RGB
CMYK
RGB Variations
Color information
#8FAACD (or 0x8FAACD) is known color: Polo Blue. HEX triplet: 8F, AA and CD. RGB value is (143,170,205). Sum of RGB (Red+Green+Blue) = 143+170+205=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAACD is #705532. Grayscale: #A5A5A5. Windows color (decimal): -7361843 or 13478543. OLE color: 13478543.
HSL color Cylindrical-coordinate representation of color #8FAACD: hue angle of 213.87º 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 #8FAACD is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 170 | 205 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.20 |
| HSL | 213.87º | 0.38% | 0.68% | - |
| HSV(B) | 213.87º | 0.3% | 0.8% | - |
| XYZ | 36.72 | 39 | 63.35 | - |
| YUV | 165.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 205 | 0.30 | 0.17 | 0 | 0.20 | 213.87 | 0.38 | 0.68 |
| Hex | 8F | AA | CD | 1E | 11 | 0 | 14 | D6 | 26 | 44 |
| Octal | 217 | 252 | 315 | 36 | 21 | 0 | 24 | 326 | 46 | 104 |
| Binary | 10001111 | 10101010 | 11001101 | 11110 | 10001 | 0 | 10100 | 11010110 | 100110 | 1000100 |
Color Harmonies of #8FAACD
Complementary color
Monochromatic Colors of #8FAACD
Black with #8FAACD
Text Example
Text Example
White with #8FAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAACD; }
p { color: rgb(143,170,205); }
H1.HeaderClassName
{
color: #8FAACD;
}
.AnyTagClassName
{
color: #8FAACD;
}
</style>
background-color css
<style>
a { background-color: #8FAACD; }
a { background-color: rgb(143,170,205); }
div.DivClassName
{
background-color: #8FAACD;
}
.BgClassName
{
background-color: #8FAACD;
}
</style>
border-color css
<style>
span { border-color: #8FAACD; }
span { border-color: rgb(143,170,205); }
td.TdClassName
{
border-color: #8FAACD;
}
.TagClassName
{
border-color: #8FAACD;
}
</style>