Shades of Polo Blue #8BADCD
Tints of Polo Blue #8BADCD
RGB
CMYK
RGB Variations
Color information
#8BADCD (or 0x8BADCD) is known color: Polo Blue. HEX triplet: 8B, AD and CD. RGB value is (139,173,205). Sum of RGB (Red+Green+Blue) = 139+173+205=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADCD is #745232. Grayscale: #A6A6A6. Windows color (decimal): -7623219 or 13479307. OLE color: 13479307.
HSL color Cylindrical-coordinate representation of color #8BADCD: hue angle of 209.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BADCD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 173 | 205 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.20 |
| HSL | 209.09º | 0.4% | 0.67% | - |
| HSV(B) | 209.09º | 0.32% | 0.8% | - |
| XYZ | 36.61 | 39.78 | 63.51 | - |
| YUV | 166.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 205 | 0.32 | 0.16 | 0 | 0.20 | 209.09 | 0.4 | 0.67 |
| Hex | 8B | AD | CD | 20 | 10 | 0 | 14 | D1 | 28 | 43 |
| Octal | 213 | 255 | 315 | 40 | 20 | 0 | 24 | 321 | 50 | 103 |
| Binary | 10001011 | 10101101 | 11001101 | 100000 | 10000 | 0 | 10100 | 11010001 | 101000 | 1000011 |
Color Harmonies of #8BADCD
Complementary color
Monochromatic Colors of #8BADCD
Black with #8BADCD
Text Example
Text Example
White with #8BADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADCD; }
p { color: rgb(139,173,205); }
H1.HeaderClassName
{
color: #8BADCD;
}
.AnyTagClassName
{
color: #8BADCD;
}
</style>
background-color css
<style>
a { background-color: #8BADCD; }
a { background-color: rgb(139,173,205); }
div.DivClassName
{
background-color: #8BADCD;
}
.BgClassName
{
background-color: #8BADCD;
}
</style>
border-color css
<style>
span { border-color: #8BADCD; }
span { border-color: rgb(139,173,205); }
td.TdClassName
{
border-color: #8BADCD;
}
.TagClassName
{
border-color: #8BADCD;
}
</style>