Shades of Polo Blue #8DADCD
Tints of Polo Blue #8DADCD
RGB
CMYK
RGB Variations
Color information
#8DADCD (or 0x8DADCD) is known color: Polo Blue. HEX triplet: 8D, AD and CD. RGB value is (141,173,205). Sum of RGB (Red+Green+Blue) = 141+173+205=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADCD is #725232. Grayscale: #A6A6A6. Windows color (decimal): -7492147 or 13479309. OLE color: 13479309.
HSL color Cylindrical-coordinate representation of color #8DADCD: hue angle of 210º 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 #8DADCD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 173 | 205 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.20 |
| HSL | 210º | 0.39% | 0.68% | - |
| HSV(B) | 210º | 0.31% | 0.8% | - |
| XYZ | 36.95 | 39.96 | 63.52 | - |
| YUV | 167.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 205 | 0.31 | 0.16 | 0 | 0.20 | 210 | 0.39 | 0.68 |
| Hex | 8D | AD | CD | 1F | 10 | 0 | 14 | D2 | 27 | 44 |
| Octal | 215 | 255 | 315 | 37 | 20 | 0 | 24 | 322 | 47 | 104 |
| Binary | 10001101 | 10101101 | 11001101 | 11111 | 10000 | 0 | 10100 | 11010010 | 100111 | 1000100 |
Color Harmonies of #8DADCD
Complementary color
Monochromatic Colors of #8DADCD
Black with #8DADCD
Text Example
Text Example
White with #8DADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADCD; }
p { color: rgb(141,173,205); }
H1.HeaderClassName
{
color: #8DADCD;
}
.AnyTagClassName
{
color: #8DADCD;
}
</style>
background-color css
<style>
a { background-color: #8DADCD; }
a { background-color: rgb(141,173,205); }
div.DivClassName
{
background-color: #8DADCD;
}
.BgClassName
{
background-color: #8DADCD;
}
</style>
border-color css
<style>
span { border-color: #8DADCD; }
span { border-color: rgb(141,173,205); }
td.TdClassName
{
border-color: #8DADCD;
}
.TagClassName
{
border-color: #8DADCD;
}
</style>