Shades of Polo Blue #8DABD6
Tints of Polo Blue #8DABD6
RGB
CMYK
RGB Variations
Color information
#8DABD6 (or 0x8DABD6) is known color: Polo Blue. HEX triplet: 8D, AB and D6. RGB value is (141,171,214). Sum of RGB (Red+Green+Blue) = 141+171+214=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #8DABD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABD6 is #725429. Grayscale: #A6A6A6. Windows color (decimal): -7492650 or 14068621. OLE color: 14068621.
HSL color Cylindrical-coordinate representation of color #8DABD6: hue angle of 215.34º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DABD6 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 171 | 214 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.16 |
| HSL | 215.34º | 0.47% | 0.7% | - |
| HSV(B) | 215.34º | 0.34% | 0.84% | - |
| XYZ | 37.69 | 39.64 | 69.28 | - |
| YUV | 166.93 | 154.56 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 214 | 0.34 | 0.20 | 0 | 0.16 | 215.34 | 0.47 | 0.7 |
| Hex | 8D | AB | D6 | 22 | 14 | 0 | 10 | D7 | 2F | 46 |
| Octal | 215 | 253 | 326 | 42 | 24 | 0 | 20 | 327 | 57 | 106 |
| Binary | 10001101 | 10101011 | 11010110 | 100010 | 10100 | 0 | 10000 | 11010111 | 101111 | 1000110 |
Color Harmonies of #8DABD6
Complementary color
Monochromatic Colors of #8DABD6
Black with #8DABD6
Text Example
Text Example
White with #8DABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABD6; }
p { color: rgb(141,171,214); }
H1.HeaderClassName
{
color: #8DABD6;
}
.AnyTagClassName
{
color: #8DABD6;
}
</style>
background-color css
<style>
a { background-color: #8DABD6; }
a { background-color: rgb(141,171,214); }
div.DivClassName
{
background-color: #8DABD6;
}
.BgClassName
{
background-color: #8DABD6;
}
</style>
border-color css
<style>
span { border-color: #8DABD6; }
span { border-color: rgb(141,171,214); }
td.TdClassName
{
border-color: #8DABD6;
}
.TagClassName
{
border-color: #8DABD6;
}
</style>