Shades of Polo Blue #8DB0DB
Tints of Polo Blue #8DB0DB
RGB
CMYK
RGB Variations
Color information
#8DB0DB (or 0x8DB0DB) is known color: Polo Blue. HEX triplet: 8D, B0 and DB. RGB value is (141,176,219). Sum of RGB (Red+Green+Blue) = 141+176+219=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0DB is #724F24. Grayscale: #AAAAAA. Windows color (decimal): -7491365 or 14397581. OLE color: 14397581.
HSL color Cylindrical-coordinate representation of color #8DB0DB: hue angle of 213.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB0DB is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 176 | 219 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.14 |
| HSL | 213.08º | 0.52% | 0.71% | - |
| HSV(B) | 213.08º | 0.36% | 0.86% | - |
| XYZ | 39.3 | 41.83 | 73.02 | - |
| YUV | 170.44 | 155.4 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 219 | 0.36 | 0.20 | 0 | 0.14 | 213.08 | 0.52 | 0.71 |
| Hex | 8D | B0 | DB | 24 | 14 | 0 | E | D5 | 34 | 47 |
| Octal | 215 | 260 | 333 | 44 | 24 | 0 | 16 | 325 | 64 | 107 |
| Binary | 10001101 | 10110000 | 11011011 | 100100 | 10100 | 0 | 1110 | 11010101 | 110100 | 1000111 |
Color Harmonies of #8DB0DB
Complementary color
Monochromatic Colors of #8DB0DB
Black with #8DB0DB
Text Example
Text Example
White with #8DB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0DB; }
p { color: rgb(141,176,219); }
H1.HeaderClassName
{
color: #8DB0DB;
}
.AnyTagClassName
{
color: #8DB0DB;
}
</style>
background-color css
<style>
a { background-color: #8DB0DB; }
a { background-color: rgb(141,176,219); }
div.DivClassName
{
background-color: #8DB0DB;
}
.BgClassName
{
background-color: #8DB0DB;
}
</style>
border-color css
<style>
span { border-color: #8DB0DB; }
span { border-color: rgb(141,176,219); }
td.TdClassName
{
border-color: #8DB0DB;
}
.TagClassName
{
border-color: #8DB0DB;
}
</style>