Shades of Polo Blue #8DB0DA
Tints of Polo Blue #8DB0DA
RGB
CMYK
RGB Variations
Color information
#8DB0DA (or 0x8DB0DA) is known color: Polo Blue. HEX triplet: 8D, B0 and DA. RGB value is (141,176,218). Sum of RGB (Red+Green+Blue) = 141+176+218=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DB0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0DA is #724F25. Grayscale: #AAAAAA. Windows color (decimal): -7491366 or 14332045. OLE color: 14332045.
HSL color Cylindrical-coordinate representation of color #8DB0DA: hue angle of 212.73º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DB0DA is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 176 | 218 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.15 |
| HSL | 212.73º | 0.51% | 0.7% | - |
| HSV(B) | 212.73º | 0.35% | 0.85% | - |
| XYZ | 39.16 | 41.78 | 72.33 | - |
| YUV | 170.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 218 | 0.35 | 0.19 | 0 | 0.15 | 212.73 | 0.51 | 0.7 |
| Hex | 8D | B0 | DA | 23 | 13 | 0 | F | D5 | 33 | 46 |
| Octal | 215 | 260 | 332 | 43 | 23 | 0 | 17 | 325 | 63 | 106 |
| Binary | 10001101 | 10110000 | 11011010 | 100011 | 10011 | 0 | 1111 | 11010101 | 110011 | 1000110 |
Color Harmonies of #8DB0DA
Complementary color
Monochromatic Colors of #8DB0DA
Black with #8DB0DA
Text Example
Text Example
White with #8DB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0DA; }
p { color: rgb(141,176,218); }
H1.HeaderClassName
{
color: #8DB0DA;
}
.AnyTagClassName
{
color: #8DB0DA;
}
</style>
background-color css
<style>
a { background-color: #8DB0DA; }
a { background-color: rgb(141,176,218); }
div.DivClassName
{
background-color: #8DB0DA;
}
.BgClassName
{
background-color: #8DB0DA;
}
</style>
border-color css
<style>
span { border-color: #8DB0DA; }
span { border-color: rgb(141,176,218); }
td.TdClassName
{
border-color: #8DB0DA;
}
.TagClassName
{
border-color: #8DB0DA;
}
</style>