Shades of Polo Blue #8DB0CB
Tints of Polo Blue #8DB0CB
RGB
CMYK
RGB Variations
Color information
#8DB0CB (or 0x8DB0CB) is known color: Polo Blue. HEX triplet: 8D, B0 and CB. RGB value is (141,176,203). Sum of RGB (Red+Green+Blue) = 141+176+203=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0CB is #724F34. Grayscale: #A8A8A8. Windows color (decimal): -7491381 or 13349005. OLE color: 13349005.
HSL color Cylindrical-coordinate representation of color #8DB0CB: hue angle of 206.13º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB0CB is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 176 | 203 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.20 |
| HSL | 206.13º | 0.37% | 0.67% | - |
| HSV(B) | 206.13º | 0.31% | 0.8% | - |
| XYZ | 37.29 | 41.03 | 62.45 | - |
| YUV | 168.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 203 | 0.31 | 0.13 | 0 | 0.20 | 206.13 | 0.37 | 0.67 |
| Hex | 8D | B0 | CB | 1F | D | 0 | 14 | CE | 25 | 43 |
| Octal | 215 | 260 | 313 | 37 | 15 | 0 | 24 | 316 | 45 | 103 |
| Binary | 10001101 | 10110000 | 11001011 | 11111 | 1101 | 0 | 10100 | 11001110 | 100101 | 1000011 |
Color Harmonies of #8DB0CB
Complementary color
Monochromatic Colors of #8DB0CB
Black with #8DB0CB
Text Example
Text Example
White with #8DB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0CB; }
p { color: rgb(141,176,203); }
H1.HeaderClassName
{
color: #8DB0CB;
}
.AnyTagClassName
{
color: #8DB0CB;
}
</style>
background-color css
<style>
a { background-color: #8DB0CB; }
a { background-color: rgb(141,176,203); }
div.DivClassName
{
background-color: #8DB0CB;
}
.BgClassName
{
background-color: #8DB0CB;
}
</style>
border-color css
<style>
span { border-color: #8DB0CB; }
span { border-color: rgb(141,176,203); }
td.TdClassName
{
border-color: #8DB0CB;
}
.TagClassName
{
border-color: #8DB0CB;
}
</style>