Shades of Polo Blue #8BAFC9
Tints of Polo Blue #8BAFC9
RGB
CMYK
RGB Variations
Color information
#8BAFC9 (or 0x8BAFC9) is known color: Polo Blue. HEX triplet: 8B, AF and C9. RGB value is (139,175,201). Sum of RGB (Red+Green+Blue) = 139+175+201=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BAFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFC9 is #745036. Grayscale: #A7A7A7. Windows color (decimal): -7622711 or 13217675. OLE color: 13217675.
HSL color Cylindrical-coordinate representation of color #8BAFC9: hue angle of 205.16º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BAFC9 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 175 | 201 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.21 |
| HSL | 205.16º | 0.36% | 0.67% | - |
| HSV(B) | 205.16º | 0.31% | 0.79% | - |
| XYZ | 36.52 | 40.37 | 61.12 | - |
| YUV | 167.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 201 | 0.31 | 0.13 | 0 | 0.21 | 205.16 | 0.36 | 0.67 |
| Hex | 8B | AF | C9 | 1F | D | 0 | 15 | CD | 24 | 43 |
| Octal | 213 | 257 | 311 | 37 | 15 | 0 | 25 | 315 | 44 | 103 |
| Binary | 10001011 | 10101111 | 11001001 | 11111 | 1101 | 0 | 10101 | 11001101 | 100100 | 1000011 |
Color Harmonies of #8BAFC9
Complementary color
Monochromatic Colors of #8BAFC9
Black with #8BAFC9
Text Example
Text Example
White with #8BAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFC9; }
p { color: rgb(139,175,201); }
H1.HeaderClassName
{
color: #8BAFC9;
}
.AnyTagClassName
{
color: #8BAFC9;
}
</style>
background-color css
<style>
a { background-color: #8BAFC9; }
a { background-color: rgb(139,175,201); }
div.DivClassName
{
background-color: #8BAFC9;
}
.BgClassName
{
background-color: #8BAFC9;
}
</style>
border-color css
<style>
span { border-color: #8BAFC9; }
span { border-color: rgb(139,175,201); }
td.TdClassName
{
border-color: #8BAFC9;
}
.TagClassName
{
border-color: #8BAFC9;
}
</style>