Shades of Polo Blue #8BABDB
Tints of Polo Blue #8BABDB
RGB
CMYK
RGB Variations
Color information
#8BABDB (or 0x8BABDB) is known color: Polo Blue. HEX triplet: 8B, AB and DB. RGB value is (139,171,219). Sum of RGB (Red+Green+Blue) = 139+171+219=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABDB is #745424. Grayscale: #A6A6A6. Windows color (decimal): -7623717 or 14396299. OLE color: 14396299.
HSL color Cylindrical-coordinate representation of color #8BABDB: hue angle of 216º 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 #8BABDB is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 171 | 219 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.14 |
| HSL | 216º | 0.53% | 0.7% | - |
| HSV(B) | 216º | 0.37% | 0.86% | - |
| XYZ | 38 | 39.73 | 72.68 | - |
| YUV | 166.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 219 | 0.37 | 0.22 | 0 | 0.14 | 216 | 0.53 | 0.7 |
| Hex | 8B | AB | DB | 25 | 16 | 0 | E | D8 | 35 | 46 |
| Octal | 213 | 253 | 333 | 45 | 26 | 0 | 16 | 330 | 65 | 106 |
| Binary | 10001011 | 10101011 | 11011011 | 100101 | 10110 | 0 | 1110 | 11011000 | 110101 | 1000110 |
Color Harmonies of #8BABDB
Complementary color
Monochromatic Colors of #8BABDB
Black with #8BABDB
Text Example
Text Example
White with #8BABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABDB; }
p { color: rgb(139,171,219); }
H1.HeaderClassName
{
color: #8BABDB;
}
.AnyTagClassName
{
color: #8BABDB;
}
</style>
background-color css
<style>
a { background-color: #8BABDB; }
a { background-color: rgb(139,171,219); }
div.DivClassName
{
background-color: #8BABDB;
}
.BgClassName
{
background-color: #8BABDB;
}
</style>
border-color css
<style>
span { border-color: #8BABDB; }
span { border-color: rgb(139,171,219); }
td.TdClassName
{
border-color: #8BABDB;
}
.TagClassName
{
border-color: #8BABDB;
}
</style>