Shades of Polo Blue #8FABCB
Tints of Polo Blue #8FABCB
RGB
CMYK
RGB Variations
Color information
#8FABCB (or 0x8FABCB) is known color: Polo Blue. HEX triplet: 8F, AB and CB. RGB value is (143,171,203). Sum of RGB (Red+Green+Blue) = 143+171+203=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABCB is #705434. Grayscale: #A6A6A6. Windows color (decimal): -7361589 or 13347727. OLE color: 13347727.
HSL color Cylindrical-coordinate representation of color #8FABCB: hue angle of 212º 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 #8FABCB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 171 | 203 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.20 |
| HSL | 212º | 0.37% | 0.68% | - |
| HSV(B) | 212º | 0.3% | 0.8% | - |
| XYZ | 36.67 | 39.28 | 62.15 | - |
| YUV | 166.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 203 | 0.30 | 0.16 | 0 | 0.20 | 212 | 0.37 | 0.68 |
| Hex | 8F | AB | CB | 1E | 10 | 0 | 14 | D4 | 25 | 44 |
| Octal | 217 | 253 | 313 | 36 | 20 | 0 | 24 | 324 | 45 | 104 |
| Binary | 10001111 | 10101011 | 11001011 | 11110 | 10000 | 0 | 10100 | 11010100 | 100101 | 1000100 |
Color Harmonies of #8FABCB
Complementary color
Monochromatic Colors of #8FABCB
Black with #8FABCB
Text Example
Text Example
White with #8FABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABCB; }
p { color: rgb(143,171,203); }
H1.HeaderClassName
{
color: #8FABCB;
}
.AnyTagClassName
{
color: #8FABCB;
}
</style>
background-color css
<style>
a { background-color: #8FABCB; }
a { background-color: rgb(143,171,203); }
div.DivClassName
{
background-color: #8FABCB;
}
.BgClassName
{
background-color: #8FABCB;
}
</style>
border-color css
<style>
span { border-color: #8FABCB; }
span { border-color: rgb(143,171,203); }
td.TdClassName
{
border-color: #8FABCB;
}
.TagClassName
{
border-color: #8FABCB;
}
</style>