Shades of Polo Blue #8FA9D8
Tints of Polo Blue #8FA9D8
RGB
CMYK
RGB Variations
Color information
#8FA9D8 (or 0x8FA9D8) is known color: Polo Blue. HEX triplet: 8F, A9 and D8. RGB value is (143,169,216). Sum of RGB (Red+Green+Blue) = 143+169+216=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #8FA9D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9D8 is #705627. Grayscale: #A6A6A6. Windows color (decimal): -7362088 or 14199183. OLE color: 14199183.
HSL color Cylindrical-coordinate representation of color #8FA9D8: hue angle of 218.63º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FA9D8 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 169 | 216 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.15 |
| HSL | 218.63º | 0.48% | 0.7% | - |
| HSV(B) | 218.63º | 0.34% | 0.85% | - |
| XYZ | 37.91 | 39.17 | 70.53 | - |
| YUV | 166.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 216 | 0.34 | 0.22 | 0 | 0.15 | 218.63 | 0.48 | 0.7 |
| Hex | 8F | A9 | D8 | 22 | 16 | 0 | F | DB | 30 | 46 |
| Octal | 217 | 251 | 330 | 42 | 26 | 0 | 17 | 333 | 60 | 106 |
| Binary | 10001111 | 10101001 | 11011000 | 100010 | 10110 | 0 | 1111 | 11011011 | 110000 | 1000110 |
Color Harmonies of #8FA9D8
Complementary color
Monochromatic Colors of #8FA9D8
Black with #8FA9D8
Text Example
Text Example
White with #8FA9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA9D8; }
p { color: rgb(143,169,216); }
H1.HeaderClassName
{
color: #8FA9D8;
}
.AnyTagClassName
{
color: #8FA9D8;
}
</style>
background-color css
<style>
a { background-color: #8FA9D8; }
a { background-color: rgb(143,169,216); }
div.DivClassName
{
background-color: #8FA9D8;
}
.BgClassName
{
background-color: #8FA9D8;
}
</style>
border-color css
<style>
span { border-color: #8FA9D8; }
span { border-color: rgb(143,169,216); }
td.TdClassName
{
border-color: #8FA9D8;
}
.TagClassName
{
border-color: #8FA9D8;
}
</style>