Shades of Polo Blue #8DACD5
Tints of Polo Blue #8DACD5
RGB
CMYK
RGB Variations
Color information
#8DACD5 (or 0x8DACD5) is known color: Polo Blue. HEX triplet: 8D, AC and D5. RGB value is (141,172,213). Sum of RGB (Red+Green+Blue) = 141+172+213=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #8DACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACD5 is #72532A. Grayscale: #A7A7A7. Windows color (decimal): -7492395 or 14003341. OLE color: 14003341.
HSL color Cylindrical-coordinate representation of color #8DACD5: hue angle of 214.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DACD5 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 172 | 213 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.16 |
| HSL | 214.17º | 0.46% | 0.69% | - |
| HSV(B) | 214.17º | 0.34% | 0.84% | - |
| XYZ | 37.75 | 39.97 | 68.68 | - |
| YUV | 167.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 213 | 0.34 | 0.19 | 0 | 0.16 | 214.17 | 0.46 | 0.69 |
| Hex | 8D | AC | D5 | 22 | 13 | 0 | 10 | D6 | 2E | 45 |
| Octal | 215 | 254 | 325 | 42 | 23 | 0 | 20 | 326 | 56 | 105 |
| Binary | 10001101 | 10101100 | 11010101 | 100010 | 10011 | 0 | 10000 | 11010110 | 101110 | 1000101 |
Color Harmonies of #8DACD5
Complementary color
Monochromatic Colors of #8DACD5
Black with #8DACD5
Text Example
Text Example
White with #8DACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACD5; }
p { color: rgb(141,172,213); }
H1.HeaderClassName
{
color: #8DACD5;
}
.AnyTagClassName
{
color: #8DACD5;
}
</style>
background-color css
<style>
a { background-color: #8DACD5; }
a { background-color: rgb(141,172,213); }
div.DivClassName
{
background-color: #8DACD5;
}
.BgClassName
{
background-color: #8DACD5;
}
</style>
border-color css
<style>
span { border-color: #8DACD5; }
span { border-color: rgb(141,172,213); }
td.TdClassName
{
border-color: #8DACD5;
}
.TagClassName
{
border-color: #8DACD5;
}
</style>