Shades of Polo Blue #8BAFDB
Tints of Polo Blue #8BAFDB
RGB
CMYK
RGB Variations
Color information
#8BAFDB (or 0x8BAFDB) is known color: Polo Blue. HEX triplet: 8B, AF and DB. RGB value is (139,175,219). Sum of RGB (Red+Green+Blue) = 139+175+219=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFDB is #745024. Grayscale: #A9A9A9. Windows color (decimal): -7622693 or 14397323. OLE color: 14397323.
HSL color Cylindrical-coordinate representation of color #8BAFDB: hue angle of 213º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BAFDB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 175 | 219 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.14 |
| HSL | 213º | 0.53% | 0.7% | - |
| HSV(B) | 213º | 0.37% | 0.86% | - |
| XYZ | 38.76 | 41.26 | 72.94 | - |
| YUV | 169.25 | 156.07 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 219 | 0.37 | 0.20 | 0 | 0.14 | 213 | 0.53 | 0.7 |
| Hex | 8B | AF | DB | 25 | 14 | 0 | E | D5 | 35 | 46 |
| Octal | 213 | 257 | 333 | 45 | 24 | 0 | 16 | 325 | 65 | 106 |
| Binary | 10001011 | 10101111 | 11011011 | 100101 | 10100 | 0 | 1110 | 11010101 | 110101 | 1000110 |
Color Harmonies of #8BAFDB
Complementary color
Monochromatic Colors of #8BAFDB
Black with #8BAFDB
Text Example
Text Example
White with #8BAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFDB; }
p { color: rgb(139,175,219); }
H1.HeaderClassName
{
color: #8BAFDB;
}
.AnyTagClassName
{
color: #8BAFDB;
}
</style>
background-color css
<style>
a { background-color: #8BAFDB; }
a { background-color: rgb(139,175,219); }
div.DivClassName
{
background-color: #8BAFDB;
}
.BgClassName
{
background-color: #8BAFDB;
}
</style>
border-color css
<style>
span { border-color: #8BAFDB; }
span { border-color: rgb(139,175,219); }
td.TdClassName
{
border-color: #8BAFDB;
}
.TagClassName
{
border-color: #8BAFDB;
}
</style>