Shades of Polo Blue #8DADDD
Tints of Polo Blue #8DADDD
RGB
CMYK
RGB Variations
Color information
#8DADDD (or 0x8DADDD) is known color: Polo Blue. HEX triplet: 8D, AD and DD. RGB value is (141,173,221). Sum of RGB (Red+Green+Blue) = 141+173+221=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADDD is #725222. Grayscale: #A8A8A8. Windows color (decimal): -7492131 or 14527885. OLE color: 14527885.
HSL color Cylindrical-coordinate representation of color #8DADDD: hue angle of 216º 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 #8DADDD is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 173 | 221 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.13 |
| HSL | 216º | 0.54% | 0.71% | - |
| HSV(B) | 216º | 0.36% | 0.87% | - |
| XYZ | 38.98 | 40.77 | 74.22 | - |
| YUV | 168.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 221 | 0.36 | 0.22 | 0 | 0.13 | 216 | 0.54 | 0.71 |
| Hex | 8D | AD | DD | 24 | 16 | 0 | D | D8 | 36 | 47 |
| Octal | 215 | 255 | 335 | 44 | 26 | 0 | 15 | 330 | 66 | 107 |
| Binary | 10001101 | 10101101 | 11011101 | 100100 | 10110 | 0 | 1101 | 11011000 | 110110 | 1000111 |
Color Harmonies of #8DADDD
Complementary color
Monochromatic Colors of #8DADDD
Black with #8DADDD
Text Example
Text Example
White with #8DADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADDD; }
p { color: rgb(141,173,221); }
H1.HeaderClassName
{
color: #8DADDD;
}
.AnyTagClassName
{
color: #8DADDD;
}
</style>
background-color css
<style>
a { background-color: #8DADDD; }
a { background-color: rgb(141,173,221); }
div.DivClassName
{
background-color: #8DADDD;
}
.BgClassName
{
background-color: #8DADDD;
}
</style>
border-color css
<style>
span { border-color: #8DADDD; }
span { border-color: rgb(141,173,221); }
td.TdClassName
{
border-color: #8DADDD;
}
.TagClassName
{
border-color: #8DADDD;
}
</style>