Shades of Polo Blue #8DABDD
Tints of Polo Blue #8DABDD
RGB
CMYK
RGB Variations
Color information
#8DABDD (or 0x8DABDD) is known color: Polo Blue. HEX triplet: 8D, AB and DD. RGB value is (141,171,221). Sum of RGB (Red+Green+Blue) = 141+171+221=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABDD is #725422. Grayscale: #A7A7A7. Windows color (decimal): -7492643 or 14527373. OLE color: 14527373.
HSL color Cylindrical-coordinate representation of color #8DABDD: hue angle of 217.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DABDD is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 171 | 221 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.13 |
| HSL | 217.5º | 0.54% | 0.71% | - |
| HSV(B) | 217.5º | 0.36% | 0.87% | - |
| XYZ | 38.6 | 40.01 | 74.09 | - |
| YUV | 167.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 221 | 0.36 | 0.23 | 0 | 0.13 | 217.5 | 0.54 | 0.71 |
| Hex | 8D | AB | DD | 24 | 17 | 0 | D | DA | 36 | 47 |
| Octal | 215 | 253 | 335 | 44 | 27 | 0 | 15 | 332 | 66 | 107 |
| Binary | 10001101 | 10101011 | 11011101 | 100100 | 10111 | 0 | 1101 | 11011010 | 110110 | 1000111 |
Color Harmonies of #8DABDD
Complementary color
Monochromatic Colors of #8DABDD
Black with #8DABDD
Text Example
Text Example
White with #8DABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABDD; }
p { color: rgb(141,171,221); }
H1.HeaderClassName
{
color: #8DABDD;
}
.AnyTagClassName
{
color: #8DABDD;
}
</style>
background-color css
<style>
a { background-color: #8DABDD; }
a { background-color: rgb(141,171,221); }
div.DivClassName
{
background-color: #8DABDD;
}
.BgClassName
{
background-color: #8DABDD;
}
</style>
border-color css
<style>
span { border-color: #8DABDD; }
span { border-color: rgb(141,171,221); }
td.TdClassName
{
border-color: #8DABDD;
}
.TagClassName
{
border-color: #8DABDD;
}
</style>