Shades of Polo Blue #8BAADB
Tints of Polo Blue #8BAADB
RGB
CMYK
RGB Variations
Color information
#8BAADB (or 0x8BAADB) is known color: Polo Blue. HEX triplet: 8B, AA and DB. RGB value is (139,170,219). Sum of RGB (Red+Green+Blue) = 139+170+219=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAADB is #745524. Grayscale: #A6A6A6. Windows color (decimal): -7623973 or 14396043. OLE color: 14396043.
HSL color Cylindrical-coordinate representation of color #8BAADB: hue angle of 216.75º 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 #8BAADB is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 170 | 219 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.14 |
| HSL | 216.75º | 0.53% | 0.7% | - |
| HSV(B) | 216.75º | 0.37% | 0.86% | - |
| XYZ | 37.81 | 39.35 | 72.62 | - |
| YUV | 166.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 219 | 0.37 | 0.22 | 0 | 0.14 | 216.75 | 0.53 | 0.7 |
| Hex | 8B | AA | DB | 25 | 16 | 0 | E | D9 | 35 | 46 |
| Octal | 213 | 252 | 333 | 45 | 26 | 0 | 16 | 331 | 65 | 106 |
| Binary | 10001011 | 10101010 | 11011011 | 100101 | 10110 | 0 | 1110 | 11011001 | 110101 | 1000110 |
Color Harmonies of #8BAADB
Complementary color
Monochromatic Colors of #8BAADB
Black with #8BAADB
Text Example
Text Example
White with #8BAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAADB; }
p { color: rgb(139,170,219); }
H1.HeaderClassName
{
color: #8BAADB;
}
.AnyTagClassName
{
color: #8BAADB;
}
</style>
background-color css
<style>
a { background-color: #8BAADB; }
a { background-color: rgb(139,170,219); }
div.DivClassName
{
background-color: #8BAADB;
}
.BgClassName
{
background-color: #8BAADB;
}
</style>
border-color css
<style>
span { border-color: #8BAADB; }
span { border-color: rgb(139,170,219); }
td.TdClassName
{
border-color: #8BAADB;
}
.TagClassName
{
border-color: #8BAADB;
}
</style>