Shades of Polo Blue #8DADD7
Tints of Polo Blue #8DADD7
RGB
CMYK
RGB Variations
Color information
#8DADD7 (or 0x8DADD7) is known color: Polo Blue. HEX triplet: 8D, AD and D7. RGB value is (141,173,215). Sum of RGB (Red+Green+Blue) = 141+173+215=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #8DADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADD7 is #725228. Grayscale: #A8A8A8. Windows color (decimal): -7492137 or 14134669. OLE color: 14134669.
HSL color Cylindrical-coordinate representation of color #8DADD7: hue angle of 214.05º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DADD7 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 173 | 215 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.16 |
| HSL | 214.05º | 0.48% | 0.7% | - |
| HSV(B) | 214.05º | 0.34% | 0.84% | - |
| XYZ | 38.19 | 40.46 | 70.09 | - |
| YUV | 168.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 215 | 0.34 | 0.20 | 0 | 0.16 | 214.05 | 0.48 | 0.7 |
| Hex | 8D | AD | D7 | 22 | 14 | 0 | 10 | D6 | 30 | 46 |
| Octal | 215 | 255 | 327 | 42 | 24 | 0 | 20 | 326 | 60 | 106 |
| Binary | 10001101 | 10101101 | 11010111 | 100010 | 10100 | 0 | 10000 | 11010110 | 110000 | 1000110 |
Color Harmonies of #8DADD7
Complementary color
Monochromatic Colors of #8DADD7
Black with #8DADD7
Text Example
Text Example
White with #8DADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADD7; }
p { color: rgb(141,173,215); }
H1.HeaderClassName
{
color: #8DADD7;
}
.AnyTagClassName
{
color: #8DADD7;
}
</style>
background-color css
<style>
a { background-color: #8DADD7; }
a { background-color: rgb(141,173,215); }
div.DivClassName
{
background-color: #8DADD7;
}
.BgClassName
{
background-color: #8DADD7;
}
</style>
border-color css
<style>
span { border-color: #8DADD7; }
span { border-color: rgb(141,173,215); }
td.TdClassName
{
border-color: #8DADD7;
}
.TagClassName
{
border-color: #8DADD7;
}
</style>