Shades of Polo Blue #8FABCA
Tints of Polo Blue #8FABCA
RGB
CMYK
RGB Variations
Color information
#8FABCA (or 0x8FABCA) is known color: Polo Blue. HEX triplet: 8F, AB and CA. RGB value is (143,171,202). Sum of RGB (Red+Green+Blue) = 143+171+202=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABCA is #705435. Grayscale: #A6A6A6. Windows color (decimal): -7361590 or 13282191. OLE color: 13282191.
HSL color Cylindrical-coordinate representation of color #8FABCA: hue angle of 211.53º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FABCA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 171 | 202 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.21 |
| HSL | 211.53º | 0.36% | 0.68% | - |
| HSV(B) | 211.53º | 0.29% | 0.79% | - |
| XYZ | 36.55 | 39.23 | 61.52 | - |
| YUV | 166.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 202 | 0.29 | 0.15 | 0 | 0.21 | 211.53 | 0.36 | 0.68 |
| Hex | 8F | AB | CA | 1D | F | 0 | 15 | D4 | 24 | 44 |
| Octal | 217 | 253 | 312 | 35 | 17 | 0 | 25 | 324 | 44 | 104 |
| Binary | 10001111 | 10101011 | 11001010 | 11101 | 1111 | 0 | 10101 | 11010100 | 100100 | 1000100 |
Color Harmonies of #8FABCA
Complementary color
Monochromatic Colors of #8FABCA
Black with #8FABCA
Text Example
Text Example
White with #8FABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABCA; }
p { color: rgb(143,171,202); }
H1.HeaderClassName
{
color: #8FABCA;
}
.AnyTagClassName
{
color: #8FABCA;
}
</style>
background-color css
<style>
a { background-color: #8FABCA; }
a { background-color: rgb(143,171,202); }
div.DivClassName
{
background-color: #8FABCA;
}
.BgClassName
{
background-color: #8FABCA;
}
</style>
border-color css
<style>
span { border-color: #8FABCA; }
span { border-color: rgb(143,171,202); }
td.TdClassName
{
border-color: #8FABCA;
}
.TagClassName
{
border-color: #8FABCA;
}
</style>