Shades of Polo Blue #8FA8CE
Tints of Polo Blue #8FA8CE
RGB
CMYK
RGB Variations
Color information
#8FA8CE (or 0x8FA8CE) is known color: Polo Blue. HEX triplet: 8F, A8 and CE. RGB value is (143,168,206). Sum of RGB (Red+Green+Blue) = 143+168+206=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8CE is #705731. Grayscale: #A4A4A4. Windows color (decimal): -7362354 or 13543567. OLE color: 13543567.
HSL color Cylindrical-coordinate representation of color #8FA8CE: hue angle of 216.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FA8CE is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 168 | 206 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.19 |
| HSL | 216.19º | 0.39% | 0.68% | - |
| HSV(B) | 216.19º | 0.31% | 0.81% | - |
| XYZ | 36.47 | 38.3 | 63.86 | - |
| YUV | 164.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 206 | 0.31 | 0.18 | 0 | 0.19 | 216.19 | 0.39 | 0.68 |
| Hex | 8F | A8 | CE | 1F | 12 | 0 | 13 | D8 | 27 | 44 |
| Octal | 217 | 250 | 316 | 37 | 22 | 0 | 23 | 330 | 47 | 104 |
| Binary | 10001111 | 10101000 | 11001110 | 11111 | 10010 | 0 | 10011 | 11011000 | 100111 | 1000100 |
Color Harmonies of #8FA8CE
Complementary color
Monochromatic Colors of #8FA8CE
Black with #8FA8CE
Text Example
Text Example
White with #8FA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8CE; }
p { color: rgb(143,168,206); }
H1.HeaderClassName
{
color: #8FA8CE;
}
.AnyTagClassName
{
color: #8FA8CE;
}
</style>
background-color css
<style>
a { background-color: #8FA8CE; }
a { background-color: rgb(143,168,206); }
div.DivClassName
{
background-color: #8FA8CE;
}
.BgClassName
{
background-color: #8FA8CE;
}
</style>
border-color css
<style>
span { border-color: #8FA8CE; }
span { border-color: rgb(143,168,206); }
td.TdClassName
{
border-color: #8FA8CE;
}
.TagClassName
{
border-color: #8FA8CE;
}
</style>