Shades of Polo Blue #8DACDD
Tints of Polo Blue #8DACDD
RGB
CMYK
RGB Variations
Color information
#8DACDD (or 0x8DACDD) is known color: Polo Blue. HEX triplet: 8D, AC and DD. RGB value is (141,172,221). Sum of RGB (Red+Green+Blue) = 141+172+221=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACDD is #725322. Grayscale: #A8A8A8. Windows color (decimal): -7492387 or 14527629. OLE color: 14527629.
HSL color Cylindrical-coordinate representation of color #8DACDD: hue angle of 216.75º 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 #8DACDD is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 172 | 221 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.13 |
| HSL | 216.75º | 0.54% | 0.71% | - |
| HSV(B) | 216.75º | 0.36% | 0.87% | - |
| XYZ | 38.79 | 40.39 | 74.16 | - |
| YUV | 168.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 221 | 0.36 | 0.22 | 0 | 0.13 | 216.75 | 0.54 | 0.71 |
| Hex | 8D | AC | DD | 24 | 16 | 0 | D | D9 | 36 | 47 |
| Octal | 215 | 254 | 335 | 44 | 26 | 0 | 15 | 331 | 66 | 107 |
| Binary | 10001101 | 10101100 | 11011101 | 100100 | 10110 | 0 | 1101 | 11011001 | 110110 | 1000111 |
Color Harmonies of #8DACDD
Complementary color
Monochromatic Colors of #8DACDD
Black with #8DACDD
Text Example
Text Example
White with #8DACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACDD; }
p { color: rgb(141,172,221); }
H1.HeaderClassName
{
color: #8DACDD;
}
.AnyTagClassName
{
color: #8DACDD;
}
</style>
background-color css
<style>
a { background-color: #8DACDD; }
a { background-color: rgb(141,172,221); }
div.DivClassName
{
background-color: #8DACDD;
}
.BgClassName
{
background-color: #8DACDD;
}
</style>
border-color css
<style>
span { border-color: #8DACDD; }
span { border-color: rgb(141,172,221); }
td.TdClassName
{
border-color: #8DACDD;
}
.TagClassName
{
border-color: #8DACDD;
}
</style>