Shades of Polo Blue #8DABCD
Tints of Polo Blue #8DABCD
RGB
CMYK
RGB Variations
Color information
#8DABCD (or 0x8DABCD) is known color: Polo Blue. HEX triplet: 8D, AB and CD. RGB value is (141,171,205). Sum of RGB (Red+Green+Blue) = 141+171+205=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABCD is #725432. Grayscale: #A5A5A5. Windows color (decimal): -7492659 or 13478797. OLE color: 13478797.
HSL color Cylindrical-coordinate representation of color #8DABCD: hue angle of 211.88º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DABCD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 171 | 205 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.20 |
| HSL | 211.88º | 0.39% | 0.68% | - |
| HSV(B) | 211.88º | 0.31% | 0.8% | - |
| XYZ | 36.57 | 39.2 | 63.4 | - |
| YUV | 165.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 205 | 0.31 | 0.17 | 0 | 0.20 | 211.88 | 0.39 | 0.68 |
| Hex | 8D | AB | CD | 1F | 11 | 0 | 14 | D4 | 27 | 44 |
| Octal | 215 | 253 | 315 | 37 | 21 | 0 | 24 | 324 | 47 | 104 |
| Binary | 10001101 | 10101011 | 11001101 | 11111 | 10001 | 0 | 10100 | 11010100 | 100111 | 1000100 |
Color Harmonies of #8DABCD
Complementary color
Monochromatic Colors of #8DABCD
Black with #8DABCD
Text Example
Text Example
White with #8DABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABCD; }
p { color: rgb(141,171,205); }
H1.HeaderClassName
{
color: #8DABCD;
}
.AnyTagClassName
{
color: #8DABCD;
}
</style>
background-color css
<style>
a { background-color: #8DABCD; }
a { background-color: rgb(141,171,205); }
div.DivClassName
{
background-color: #8DABCD;
}
.BgClassName
{
background-color: #8DABCD;
}
</style>
border-color css
<style>
span { border-color: #8DABCD; }
span { border-color: rgb(141,171,205); }
td.TdClassName
{
border-color: #8DABCD;
}
.TagClassName
{
border-color: #8DABCD;
}
</style>