Shades of Polo Blue #8FAFCD
Tints of Polo Blue #8FAFCD
RGB
CMYK
RGB Variations
Color information
#8FAFCD (or 0x8FAFCD) is known color: Polo Blue. HEX triplet: 8F, AF and CD. RGB value is (143,175,205). Sum of RGB (Red+Green+Blue) = 143+175+205=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFCD is #705032. Grayscale: #A8A8A8. Windows color (decimal): -7360563 or 13479823. OLE color: 13479823.
HSL color Cylindrical-coordinate representation of color #8FAFCD: hue angle of 209.03º 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 #8FAFCD is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 175 | 205 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.20 |
| HSL | 209.03º | 0.38% | 0.68% | - |
| HSV(B) | 209.03º | 0.3% | 0.8% | - |
| XYZ | 37.68 | 40.91 | 63.67 | - |
| YUV | 168.85 | 148.4 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 205 | 0.30 | 0.15 | 0 | 0.20 | 209.03 | 0.38 | 0.68 |
| Hex | 8F | AF | CD | 1E | F | 0 | 14 | D1 | 26 | 44 |
| Octal | 217 | 257 | 315 | 36 | 17 | 0 | 24 | 321 | 46 | 104 |
| Binary | 10001111 | 10101111 | 11001101 | 11110 | 1111 | 0 | 10100 | 11010001 | 100110 | 1000100 |
Color Harmonies of #8FAFCD
Complementary color
Monochromatic Colors of #8FAFCD
Black with #8FAFCD
Text Example
Text Example
White with #8FAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFCD; }
p { color: rgb(143,175,205); }
H1.HeaderClassName
{
color: #8FAFCD;
}
.AnyTagClassName
{
color: #8FAFCD;
}
</style>
background-color css
<style>
a { background-color: #8FAFCD; }
a { background-color: rgb(143,175,205); }
div.DivClassName
{
background-color: #8FAFCD;
}
.BgClassName
{
background-color: #8FAFCD;
}
</style>
border-color css
<style>
span { border-color: #8FAFCD; }
span { border-color: rgb(143,175,205); }
td.TdClassName
{
border-color: #8FAFCD;
}
.TagClassName
{
border-color: #8FAFCD;
}
</style>