Shades of Polo Blue #8BADC9
Tints of Polo Blue #8BADC9
RGB
CMYK
RGB Variations
Color information
#8BADC9 (or 0x8BADC9) is known color: Polo Blue. HEX triplet: 8B, AD and C9. RGB value is (139,173,201). Sum of RGB (Red+Green+Blue) = 139+173+201=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADC9 is #745236. Grayscale: #A5A5A5. Windows color (decimal): -7623223 or 13217163. OLE color: 13217163.
HSL color Cylindrical-coordinate representation of color #8BADC9: hue angle of 207.1º 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 #8BADC9 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 173 | 201 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.21 |
| HSL | 207.1º | 0.36% | 0.67% | - |
| HSV(B) | 207.1º | 0.31% | 0.79% | - |
| XYZ | 36.13 | 39.59 | 61 | - |
| YUV | 166.03 | 147.74 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 201 | 0.31 | 0.14 | 0 | 0.21 | 207.1 | 0.36 | 0.67 |
| Hex | 8B | AD | C9 | 1F | E | 0 | 15 | CF | 24 | 43 |
| Octal | 213 | 255 | 311 | 37 | 16 | 0 | 25 | 317 | 44 | 103 |
| Binary | 10001011 | 10101101 | 11001001 | 11111 | 1110 | 0 | 10101 | 11001111 | 100100 | 1000011 |
Color Harmonies of #8BADC9
Complementary color
Monochromatic Colors of #8BADC9
Black with #8BADC9
Text Example
Text Example
White with #8BADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADC9; }
p { color: rgb(139,173,201); }
H1.HeaderClassName
{
color: #8BADC9;
}
.AnyTagClassName
{
color: #8BADC9;
}
</style>
background-color css
<style>
a { background-color: #8BADC9; }
a { background-color: rgb(139,173,201); }
div.DivClassName
{
background-color: #8BADC9;
}
.BgClassName
{
background-color: #8BADC9;
}
</style>
border-color css
<style>
span { border-color: #8BADC9; }
span { border-color: rgb(139,173,201); }
td.TdClassName
{
border-color: #8BADC9;
}
.TagClassName
{
border-color: #8BADC9;
}
</style>