Shades of Polo Blue #8FB0D9
Tints of Polo Blue #8FB0D9
RGB
CMYK
RGB Variations
Color information
#8FB0D9 (or 0x8FB0D9) is known color: Polo Blue. HEX triplet: 8F, B0 and D9. RGB value is (143,176,217). Sum of RGB (Red+Green+Blue) = 143+176+217=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #8FB0D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB0D9 is #704F26. Grayscale: #AAAAAA. Windows color (decimal): -7360295 or 14266511. OLE color: 14266511.
HSL color Cylindrical-coordinate representation of color #8FB0D9: hue angle of 213.24º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FB0D9 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 176 | 217 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.15 |
| HSL | 213.24º | 0.49% | 0.71% | - |
| HSV(B) | 213.24º | 0.34% | 0.85% | - |
| XYZ | 39.38 | 41.9 | 71.66 | - |
| YUV | 170.81 | 154.07 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 176 | 217 | 0.34 | 0.19 | 0 | 0.15 | 213.24 | 0.49 | 0.71 |
| Hex | 8F | B0 | D9 | 22 | 13 | 0 | F | D5 | 31 | 47 |
| Octal | 217 | 260 | 331 | 42 | 23 | 0 | 17 | 325 | 61 | 107 |
| Binary | 10001111 | 10110000 | 11011001 | 100010 | 10011 | 0 | 1111 | 11010101 | 110001 | 1000111 |
Color Harmonies of #8FB0D9
Complementary color
Monochromatic Colors of #8FB0D9
Black with #8FB0D9
Text Example
Text Example
White with #8FB0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB0D9; }
p { color: rgb(143,176,217); }
H1.HeaderClassName
{
color: #8FB0D9;
}
.AnyTagClassName
{
color: #8FB0D9;
}
</style>
background-color css
<style>
a { background-color: #8FB0D9; }
a { background-color: rgb(143,176,217); }
div.DivClassName
{
background-color: #8FB0D9;
}
.BgClassName
{
background-color: #8FB0D9;
}
</style>
border-color css
<style>
span { border-color: #8FB0D9; }
span { border-color: rgb(143,176,217); }
td.TdClassName
{
border-color: #8FB0D9;
}
.TagClassName
{
border-color: #8FB0D9;
}
</style>