Shades of Polo Blue #8FABDD
Tints of Polo Blue #8FABDD
RGB
CMYK
RGB Variations
Color information
#8FABDD (or 0x8FABDD) is known color: Polo Blue. HEX triplet: 8F, AB and DD. RGB value is (143,171,221). Sum of RGB (Red+Green+Blue) = 143+171+221=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABDD is #705422. Grayscale: #A8A8A8. Windows color (decimal): -7361571 or 14527375. OLE color: 14527375.
HSL color Cylindrical-coordinate representation of color #8FABDD: hue angle of 218.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FABDD is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 171 | 221 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.13 |
| HSL | 218.46º | 0.53% | 0.71% | - |
| HSV(B) | 218.46º | 0.35% | 0.87% | - |
| XYZ | 38.94 | 40.19 | 74.11 | - |
| YUV | 168.33 | 157.72 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 221 | 0.35 | 0.23 | 0 | 0.13 | 218.46 | 0.53 | 0.71 |
| Hex | 8F | AB | DD | 23 | 17 | 0 | D | DA | 35 | 47 |
| Octal | 217 | 253 | 335 | 43 | 27 | 0 | 15 | 332 | 65 | 107 |
| Binary | 10001111 | 10101011 | 11011101 | 100011 | 10111 | 0 | 1101 | 11011010 | 110101 | 1000111 |
Color Harmonies of #8FABDD
Complementary color
Monochromatic Colors of #8FABDD
Black with #8FABDD
Text Example
Text Example
White with #8FABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABDD; }
p { color: rgb(143,171,221); }
H1.HeaderClassName
{
color: #8FABDD;
}
.AnyTagClassName
{
color: #8FABDD;
}
</style>
background-color css
<style>
a { background-color: #8FABDD; }
a { background-color: rgb(143,171,221); }
div.DivClassName
{
background-color: #8FABDD;
}
.BgClassName
{
background-color: #8FABDD;
}
</style>
border-color css
<style>
span { border-color: #8FABDD; }
span { border-color: rgb(143,171,221); }
td.TdClassName
{
border-color: #8FABDD;
}
.TagClassName
{
border-color: #8FABDD;
}
</style>