Shades of Polo Blue #8FAFCA
Tints of Polo Blue #8FAFCA
RGB
CMYK
RGB Variations
Color information
#8FAFCA (or 0x8FAFCA) is known color: Polo Blue. HEX triplet: 8F, AF and CA. RGB value is (143,175,202). Sum of RGB (Red+Green+Blue) = 143+175+202=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFCA is #705035. Grayscale: #A8A8A8. Windows color (decimal): -7360566 or 13283215. OLE color: 13283215.
HSL color Cylindrical-coordinate representation of color #8FAFCA: hue angle of 207.46º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FAFCA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 175 | 202 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.21 |
| HSL | 207.46º | 0.36% | 0.68% | - |
| HSV(B) | 207.46º | 0.29% | 0.79% | - |
| XYZ | 37.32 | 40.76 | 61.78 | - |
| YUV | 168.51 | 146.9 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 202 | 0.29 | 0.13 | 0 | 0.21 | 207.46 | 0.36 | 0.68 |
| Hex | 8F | AF | CA | 1D | D | 0 | 15 | CF | 24 | 44 |
| Octal | 217 | 257 | 312 | 35 | 15 | 0 | 25 | 317 | 44 | 104 |
| Binary | 10001111 | 10101111 | 11001010 | 11101 | 1101 | 0 | 10101 | 11001111 | 100100 | 1000100 |
Color Harmonies of #8FAFCA
Complementary color
Monochromatic Colors of #8FAFCA
Black with #8FAFCA
Text Example
Text Example
White with #8FAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFCA; }
p { color: rgb(143,175,202); }
H1.HeaderClassName
{
color: #8FAFCA;
}
.AnyTagClassName
{
color: #8FAFCA;
}
</style>
background-color css
<style>
a { background-color: #8FAFCA; }
a { background-color: rgb(143,175,202); }
div.DivClassName
{
background-color: #8FAFCA;
}
.BgClassName
{
background-color: #8FAFCA;
}
</style>
border-color css
<style>
span { border-color: #8FAFCA; }
span { border-color: rgb(143,175,202); }
td.TdClassName
{
border-color: #8FAFCA;
}
.TagClassName
{
border-color: #8FAFCA;
}
</style>