Shades of Polo Blue #8DB5DB
Tints of Polo Blue #8DB5DB
RGB
CMYK
RGB Variations
Color information
#8DB5DB (or 0x8DB5DB) is known color: Polo Blue. HEX triplet: 8D, B5 and DB. RGB value is (141,181,219). Sum of RGB (Red+Green+Blue) = 141+181+219=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB5DB is #724A24. Grayscale: #ADADAD. Windows color (decimal): -7490085 or 14398861. OLE color: 14398861.
HSL color Cylindrical-coordinate representation of color #8DB5DB: hue angle of 209.23º 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 #8DB5DB is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 181 | 219 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.14 |
| HSL | 209.23º | 0.52% | 0.71% | - |
| HSV(B) | 209.23º | 0.36% | 0.86% | - |
| XYZ | 40.29 | 43.82 | 73.35 | - |
| YUV | 173.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 219 | 0.36 | 0.17 | 0 | 0.14 | 209.23 | 0.52 | 0.71 |
| Hex | 8D | B5 | DB | 24 | 11 | 0 | E | D1 | 34 | 47 |
| Octal | 215 | 265 | 333 | 44 | 21 | 0 | 16 | 321 | 64 | 107 |
| Binary | 10001101 | 10110101 | 11011011 | 100100 | 10001 | 0 | 1110 | 11010001 | 110100 | 1000111 |
Color Harmonies of #8DB5DB
Complementary color
Monochromatic Colors of #8DB5DB
Black with #8DB5DB
Text Example
Text Example
White with #8DB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB5DB; }
p { color: rgb(141,181,219); }
H1.HeaderClassName
{
color: #8DB5DB;
}
.AnyTagClassName
{
color: #8DB5DB;
}
</style>
background-color css
<style>
a { background-color: #8DB5DB; }
a { background-color: rgb(141,181,219); }
div.DivClassName
{
background-color: #8DB5DB;
}
.BgClassName
{
background-color: #8DB5DB;
}
</style>
border-color css
<style>
span { border-color: #8DB5DB; }
span { border-color: rgb(141,181,219); }
td.TdClassName
{
border-color: #8DB5DB;
}
.TagClassName
{
border-color: #8DB5DB;
}
</style>