Shades of Polo Blue #8FABDF
Tints of Polo Blue #8FABDF
RGB
CMYK
RGB Variations
Color information
#8FABDF (or 0x8FABDF) is known color: Polo Blue. HEX triplet: 8F, AB and DF. RGB value is (143,171,223). Sum of RGB (Red+Green+Blue) = 143+171+223=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABDF is #705420. Grayscale: #A8A8A8. Windows color (decimal): -7361569 or 14658447. OLE color: 14658447.
HSL color Cylindrical-coordinate representation of color #8FABDF: hue angle of 219º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FABDF is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 171 | 223 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.13 |
| HSL | 219º | 0.56% | 0.72% | - |
| HSV(B) | 219º | 0.36% | 0.87% | - |
| XYZ | 39.21 | 40.29 | 75.52 | - |
| YUV | 168.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 223 | 0.36 | 0.23 | 0 | 0.13 | 219 | 0.56 | 0.72 |
| Hex | 8F | AB | DF | 24 | 17 | 0 | D | DB | 38 | 48 |
| Octal | 217 | 253 | 337 | 44 | 27 | 0 | 15 | 333 | 70 | 110 |
| Binary | 10001111 | 10101011 | 11011111 | 100100 | 10111 | 0 | 1101 | 11011011 | 111000 | 1001000 |
Color Harmonies of #8FABDF
Complementary color
Monochromatic Colors of #8FABDF
Black with #8FABDF
Text Example
Text Example
White with #8FABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABDF; }
p { color: rgb(143,171,223); }
H1.HeaderClassName
{
color: #8FABDF;
}
.AnyTagClassName
{
color: #8FABDF;
}
</style>
background-color css
<style>
a { background-color: #8FABDF; }
a { background-color: rgb(143,171,223); }
div.DivClassName
{
background-color: #8FABDF;
}
.BgClassName
{
background-color: #8FABDF;
}
</style>
border-color css
<style>
span { border-color: #8FABDF; }
span { border-color: rgb(143,171,223); }
td.TdClassName
{
border-color: #8FABDF;
}
.TagClassName
{
border-color: #8FABDF;
}
</style>