Shades of Polo Blue #8FA3CB
Tints of Polo Blue #8FA3CB
RGB
CMYK
RGB Variations
Color information
#8FA3CB (or 0x8FA3CB) is known color: Polo Blue. HEX triplet: 8F, A3 and CB. RGB value is (143,163,203). Sum of RGB (Red+Green+Blue) = 143+163+203=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA3CB is #705C34. Grayscale: #A1A1A1. Windows color (decimal): -7363637 or 13345679. OLE color: 13345679.
HSL color Cylindrical-coordinate representation of color #8FA3CB: hue angle of 220º degrees, saturation: 0.37, 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 #8FA3CB is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 163 | 203 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.20 |
| HSL | 220º | 0.37% | 0.68% | - |
| HSV(B) | 220º | 0.3% | 0.8% | - |
| XYZ | 35.2 | 36.35 | 61.66 | - |
| YUV | 161.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 203 | 0.30 | 0.20 | 0 | 0.20 | 220 | 0.37 | 0.68 |
| Hex | 8F | A3 | CB | 1E | 14 | 0 | 14 | DC | 25 | 44 |
| Octal | 217 | 243 | 313 | 36 | 24 | 0 | 24 | 334 | 45 | 104 |
| Binary | 10001111 | 10100011 | 11001011 | 11110 | 10100 | 0 | 10100 | 11011100 | 100101 | 1000100 |
Color Harmonies of #8FA3CB
Complementary color
Monochromatic Colors of #8FA3CB
Black with #8FA3CB
Text Example
Text Example
White with #8FA3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA3CB; }
p { color: rgb(143,163,203); }
H1.HeaderClassName
{
color: #8FA3CB;
}
.AnyTagClassName
{
color: #8FA3CB;
}
</style>
background-color css
<style>
a { background-color: #8FA3CB; }
a { background-color: rgb(143,163,203); }
div.DivClassName
{
background-color: #8FA3CB;
}
.BgClassName
{
background-color: #8FA3CB;
}
</style>
border-color css
<style>
span { border-color: #8FA3CB; }
span { border-color: rgb(143,163,203); }
td.TdClassName
{
border-color: #8FA3CB;
}
.TagClassName
{
border-color: #8FA3CB;
}
</style>