Shades of Polo Blue #8BB0DB
Tints of Polo Blue #8BB0DB
RGB
CMYK
RGB Variations
Color information
#8BB0DB (or 0x8BB0DB) is known color: Polo Blue. HEX triplet: 8B, B0 and DB. RGB value is (139,176,219). Sum of RGB (Red+Green+Blue) = 139+176+219=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB0DB is #744F24. Grayscale: #A9A9A9. Windows color (decimal): -7622437 or 14397579. OLE color: 14397579.
HSL color Cylindrical-coordinate representation of color #8BB0DB: hue angle of 212.25º 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 #8BB0DB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 176 | 219 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.14 |
| HSL | 212.25º | 0.53% | 0.7% | - |
| HSV(B) | 212.25º | 0.37% | 0.86% | - |
| XYZ | 38.96 | 41.65 | 73 | - |
| YUV | 169.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 219 | 0.37 | 0.20 | 0 | 0.14 | 212.25 | 0.53 | 0.7 |
| Hex | 8B | B0 | DB | 25 | 14 | 0 | E | D4 | 35 | 46 |
| Octal | 213 | 260 | 333 | 45 | 24 | 0 | 16 | 324 | 65 | 106 |
| Binary | 10001011 | 10110000 | 11011011 | 100101 | 10100 | 0 | 1110 | 11010100 | 110101 | 1000110 |
Color Harmonies of #8BB0DB
Complementary color
Monochromatic Colors of #8BB0DB
Black with #8BB0DB
Text Example
Text Example
White with #8BB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB0DB; }
p { color: rgb(139,176,219); }
H1.HeaderClassName
{
color: #8BB0DB;
}
.AnyTagClassName
{
color: #8BB0DB;
}
</style>
background-color css
<style>
a { background-color: #8BB0DB; }
a { background-color: rgb(139,176,219); }
div.DivClassName
{
background-color: #8BB0DB;
}
.BgClassName
{
background-color: #8BB0DB;
}
</style>
border-color css
<style>
span { border-color: #8BB0DB; }
span { border-color: rgb(139,176,219); }
td.TdClassName
{
border-color: #8BB0DB;
}
.TagClassName
{
border-color: #8BB0DB;
}
</style>