Shades of Polo Blue #86ADCD
Tints of Polo Blue #86ADCD
RGB
CMYK
RGB Variations
Color information
#86ADCD (or 0x86ADCD) is known color: Polo Blue. HEX triplet: 86, AD and CD. RGB value is (134,173,205). Sum of RGB (Red+Green+Blue) = 134+173+205=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #86ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADCD is #795232. Grayscale: #A4A4A4. Windows color (decimal): -7950899 or 13479302. OLE color: 13479302.
HSL color Cylindrical-coordinate representation of color #86ADCD: hue angle of 207.04º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86ADCD is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 173 | 205 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.20 |
| HSL | 207.04º | 0.42% | 0.66% | - |
| HSV(B) | 207.04º | 0.35% | 0.8% | - |
| XYZ | 35.79 | 39.36 | 63.47 | - |
| YUV | 164.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 205 | 0.35 | 0.16 | 0 | 0.20 | 207.04 | 0.42 | 0.66 |
| Hex | 86 | AD | CD | 23 | 10 | 0 | 14 | CF | 2A | 42 |
| Octal | 206 | 255 | 315 | 43 | 20 | 0 | 24 | 317 | 52 | 102 |
| Binary | 10000110 | 10101101 | 11001101 | 100011 | 10000 | 0 | 10100 | 11001111 | 101010 | 1000010 |
Color Harmonies of #86ADCD
Complementary color
Monochromatic Colors of #86ADCD
Black with #86ADCD
Text Example
Text Example
White with #86ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ADCD; }
p { color: rgb(134,173,205); }
H1.HeaderClassName
{
color: #86ADCD;
}
.AnyTagClassName
{
color: #86ADCD;
}
</style>
background-color css
<style>
a { background-color: #86ADCD; }
a { background-color: rgb(134,173,205); }
div.DivClassName
{
background-color: #86ADCD;
}
.BgClassName
{
background-color: #86ADCD;
}
</style>
border-color css
<style>
span { border-color: #86ADCD; }
span { border-color: rgb(134,173,205); }
td.TdClassName
{
border-color: #86ADCD;
}
.TagClassName
{
border-color: #86ADCD;
}
</style>