Shades of Polo Blue #86ADCE
Tints of Polo Blue #86ADCE
RGB
CMYK
RGB Variations
Color information
#86ADCE (or 0x86ADCE) is known color: Polo Blue. HEX triplet: 86, AD and CE. RGB value is (134,173,206). Sum of RGB (Red+Green+Blue) = 134+173+206=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #86ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADCE is #795231. Grayscale: #A4A4A4. Windows color (decimal): -7950898 or 13544838. OLE color: 13544838.
HSL color Cylindrical-coordinate representation of color #86ADCE: hue angle of 207.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86ADCE is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 173 | 206 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.19 |
| HSL | 207.5º | 0.42% | 0.67% | - |
| HSV(B) | 207.5º | 0.35% | 0.81% | - |
| XYZ | 35.92 | 39.41 | 64.11 | - |
| YUV | 165.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 206 | 0.35 | 0.16 | 0 | 0.19 | 207.5 | 0.42 | 0.67 |
| Hex | 86 | AD | CE | 23 | 10 | 0 | 13 | D0 | 2A | 43 |
| Octal | 206 | 255 | 316 | 43 | 20 | 0 | 23 | 320 | 52 | 103 |
| Binary | 10000110 | 10101101 | 11001110 | 100011 | 10000 | 0 | 10011 | 11010000 | 101010 | 1000011 |
Color Harmonies of #86ADCE
Complementary color
Monochromatic Colors of #86ADCE
Black with #86ADCE
Text Example
Text Example
White with #86ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ADCE; }
p { color: rgb(134,173,206); }
H1.HeaderClassName
{
color: #86ADCE;
}
.AnyTagClassName
{
color: #86ADCE;
}
</style>
background-color css
<style>
a { background-color: #86ADCE; }
a { background-color: rgb(134,173,206); }
div.DivClassName
{
background-color: #86ADCE;
}
.BgClassName
{
background-color: #86ADCE;
}
</style>
border-color css
<style>
span { border-color: #86ADCE; }
span { border-color: rgb(134,173,206); }
td.TdClassName
{
border-color: #86ADCE;
}
.TagClassName
{
border-color: #86ADCE;
}
</style>