Shades of Polo Blue #8FABD1
Tints of Polo Blue #8FABD1
RGB
CMYK
RGB Variations
Color information
#8FABD1 (or 0x8FABD1) is known color: Polo Blue. HEX triplet: 8F, AB and D1. RGB value is (143,171,209). Sum of RGB (Red+Green+Blue) = 143+171+209=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #8FABD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABD1 is #70542E. Grayscale: #A6A6A6. Windows color (decimal): -7361583 or 13740943. OLE color: 13740943.
HSL color Cylindrical-coordinate representation of color #8FABD1: hue angle of 214.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FABD1 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 171 | 209 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.18 |
| HSL | 214.55º | 0.42% | 0.69% | - |
| HSV(B) | 214.55º | 0.32% | 0.82% | - |
| XYZ | 37.4 | 39.57 | 65.99 | - |
| YUV | 166.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 209 | 0.32 | 0.18 | 0 | 0.18 | 214.55 | 0.42 | 0.69 |
| Hex | 8F | AB | D1 | 20 | 12 | 0 | 12 | D7 | 2A | 45 |
| Octal | 217 | 253 | 321 | 40 | 22 | 0 | 22 | 327 | 52 | 105 |
| Binary | 10001111 | 10101011 | 11010001 | 100000 | 10010 | 0 | 10010 | 11010111 | 101010 | 1000101 |
Color Harmonies of #8FABD1
Complementary color
Monochromatic Colors of #8FABD1
Black with #8FABD1
Text Example
Text Example
White with #8FABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABD1; }
p { color: rgb(143,171,209); }
H1.HeaderClassName
{
color: #8FABD1;
}
.AnyTagClassName
{
color: #8FABD1;
}
</style>
background-color css
<style>
a { background-color: #8FABD1; }
a { background-color: rgb(143,171,209); }
div.DivClassName
{
background-color: #8FABD1;
}
.BgClassName
{
background-color: #8FABD1;
}
</style>
border-color css
<style>
span { border-color: #8FABD1; }
span { border-color: rgb(143,171,209); }
td.TdClassName
{
border-color: #8FABD1;
}
.TagClassName
{
border-color: #8FABD1;
}
</style>