Shades of Polo Blue #8FA8D8
Tints of Polo Blue #8FA8D8
RGB
CMYK
RGB Variations
Color information
#8FA8D8 (or 0x8FA8D8) is known color: Polo Blue. HEX triplet: 8F, A8 and D8. RGB value is (143,168,216). Sum of RGB (Red+Green+Blue) = 143+168+216=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #8FA8D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8D8 is #705727. Grayscale: #A5A5A5. Windows color (decimal): -7362344 or 14198927. OLE color: 14198927.
HSL color Cylindrical-coordinate representation of color #8FA8D8: hue angle of 219.45º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FA8D8 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 168 | 216 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.15 |
| HSL | 219.45º | 0.48% | 0.7% | - |
| HSV(B) | 219.45º | 0.34% | 0.85% | - |
| XYZ | 37.72 | 38.8 | 70.47 | - |
| YUV | 166 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 216 | 0.34 | 0.22 | 0 | 0.15 | 219.45 | 0.48 | 0.7 |
| Hex | 8F | A8 | D8 | 22 | 16 | 0 | F | DB | 30 | 46 |
| Octal | 217 | 250 | 330 | 42 | 26 | 0 | 17 | 333 | 60 | 106 |
| Binary | 10001111 | 10101000 | 11011000 | 100010 | 10110 | 0 | 1111 | 11011011 | 110000 | 1000110 |
Color Harmonies of #8FA8D8
Complementary color
Monochromatic Colors of #8FA8D8
Black with #8FA8D8
Text Example
Text Example
White with #8FA8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8D8; }
p { color: rgb(143,168,216); }
H1.HeaderClassName
{
color: #8FA8D8;
}
.AnyTagClassName
{
color: #8FA8D8;
}
</style>
background-color css
<style>
a { background-color: #8FA8D8; }
a { background-color: rgb(143,168,216); }
div.DivClassName
{
background-color: #8FA8D8;
}
.BgClassName
{
background-color: #8FA8D8;
}
</style>
border-color css
<style>
span { border-color: #8FA8D8; }
span { border-color: rgb(143,168,216); }
td.TdClassName
{
border-color: #8FA8D8;
}
.TagClassName
{
border-color: #8FA8D8;
}
</style>