Shades of Polo Blue #8DABC5
Tints of Polo Blue #8DABC5
RGB
CMYK
RGB Variations
Color information
#8DABC5 (or 0x8DABC5) is known color: Polo Blue. HEX triplet: 8D, AB and C5. RGB value is (141,171,197). Sum of RGB (Red+Green+Blue) = 141+171+197=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #8DABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABC5 is #72543A. Grayscale: #A4A4A4. Windows color (decimal): -7492667 or 12954509. OLE color: 12954509.
HSL color Cylindrical-coordinate representation of color #8DABC5: hue angle of 207.86º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DABC5 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 171 | 197 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.23 |
| HSL | 207.86º | 0.33% | 0.66% | - |
| HSV(B) | 207.86º | 0.28% | 0.77% | - |
| XYZ | 35.63 | 38.82 | 58.44 | - |
| YUV | 164.99 | 146.06 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 197 | 0.28 | 0.13 | 0 | 0.23 | 207.86 | 0.33 | 0.66 |
| Hex | 8D | AB | C5 | 1C | D | 0 | 17 | D0 | 21 | 42 |
| Octal | 215 | 253 | 305 | 34 | 15 | 0 | 27 | 320 | 41 | 102 |
| Binary | 10001101 | 10101011 | 11000101 | 11100 | 1101 | 0 | 10111 | 11010000 | 100001 | 1000010 |
Color Harmonies of #8DABC5
Complementary color
Monochromatic Colors of #8DABC5
Black with #8DABC5
Text Example
Text Example
White with #8DABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABC5; }
p { color: rgb(141,171,197); }
H1.HeaderClassName
{
color: #8DABC5;
}
.AnyTagClassName
{
color: #8DABC5;
}
</style>
background-color css
<style>
a { background-color: #8DABC5; }
a { background-color: rgb(141,171,197); }
div.DivClassName
{
background-color: #8DABC5;
}
.BgClassName
{
background-color: #8DABC5;
}
</style>
border-color css
<style>
span { border-color: #8DABC5; }
span { border-color: rgb(141,171,197); }
td.TdClassName
{
border-color: #8DABC5;
}
.TagClassName
{
border-color: #8DABC5;
}
</style>