Shades of Polo Blue #8DABD9
Tints of Polo Blue #8DABD9
RGB
CMYK
RGB Variations
Color information
#8DABD9 (or 0x8DABD9) is known color: Polo Blue. HEX triplet: 8D, AB and D9. RGB value is (141,171,217). Sum of RGB (Red+Green+Blue) = 141+171+217=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #8DABD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABD9 is #725426. Grayscale: #A7A7A7. Windows color (decimal): -7492647 or 14265229. OLE color: 14265229.
HSL color Cylindrical-coordinate representation of color #8DABD9: hue angle of 216.32º degrees, saturation: 0.5, 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 #8DABD9 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 171 | 217 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.15 |
| HSL | 216.32º | 0.5% | 0.7% | - |
| HSV(B) | 216.32º | 0.35% | 0.85% | - |
| XYZ | 38.07 | 39.8 | 71.32 | - |
| YUV | 167.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 217 | 0.35 | 0.21 | 0 | 0.15 | 216.32 | 0.5 | 0.7 |
| Hex | 8D | AB | D9 | 23 | 15 | 0 | F | D8 | 32 | 46 |
| Octal | 215 | 253 | 331 | 43 | 25 | 0 | 17 | 330 | 62 | 106 |
| Binary | 10001101 | 10101011 | 11011001 | 100011 | 10101 | 0 | 1111 | 11011000 | 110010 | 1000110 |
Color Harmonies of #8DABD9
Complementary color
Monochromatic Colors of #8DABD9
Black with #8DABD9
Text Example
Text Example
White with #8DABD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABD9; }
p { color: rgb(141,171,217); }
H1.HeaderClassName
{
color: #8DABD9;
}
.AnyTagClassName
{
color: #8DABD9;
}
</style>
background-color css
<style>
a { background-color: #8DABD9; }
a { background-color: rgb(141,171,217); }
div.DivClassName
{
background-color: #8DABD9;
}
.BgClassName
{
background-color: #8DABD9;
}
</style>
border-color css
<style>
span { border-color: #8DABD9; }
span { border-color: rgb(141,171,217); }
td.TdClassName
{
border-color: #8DABD9;
}
.TagClassName
{
border-color: #8DABD9;
}
</style>