Shades of Polo Blue #86A8D7
Tints of Polo Blue #86A8D7
RGB
CMYK
RGB Variations
Color information
#86A8D7 (or 0x86A8D7) is known color: Polo Blue. HEX triplet: 86, A8 and D7. RGB value is (134,168,215). Sum of RGB (Red+Green+Blue) = 134+168+215=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #86A8D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A8D7 is #795728. Grayscale: #A2A2A2. Windows color (decimal): -7952169 or 14133382. OLE color: 14133382.
HSL color Cylindrical-coordinate representation of color #86A8D7: hue angle of 214.81º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86A8D7 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 168 | 215 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.16 |
| HSL | 214.81º | 0.5% | 0.68% | - |
| HSV(B) | 214.81º | 0.38% | 0.84% | - |
| XYZ | 36.1 | 37.98 | 69.72 | - |
| YUV | 163.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 215 | 0.38 | 0.22 | 0 | 0.16 | 214.81 | 0.5 | 0.68 |
| Hex | 86 | A8 | D7 | 26 | 16 | 0 | 10 | D7 | 32 | 44 |
| Octal | 206 | 250 | 327 | 46 | 26 | 0 | 20 | 327 | 62 | 104 |
| Binary | 10000110 | 10101000 | 11010111 | 100110 | 10110 | 0 | 10000 | 11010111 | 110010 | 1000100 |
Color Harmonies of #86A8D7
Complementary color
Monochromatic Colors of #86A8D7
Black with #86A8D7
Text Example
Text Example
White with #86A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A8D7; }
p { color: rgb(134,168,215); }
H1.HeaderClassName
{
color: #86A8D7;
}
.AnyTagClassName
{
color: #86A8D7;
}
</style>
background-color css
<style>
a { background-color: #86A8D7; }
a { background-color: rgb(134,168,215); }
div.DivClassName
{
background-color: #86A8D7;
}
.BgClassName
{
background-color: #86A8D7;
}
</style>
border-color css
<style>
span { border-color: #86A8D7; }
span { border-color: rgb(134,168,215); }
td.TdClassName
{
border-color: #86A8D7;
}
.TagClassName
{
border-color: #86A8D7;
}
</style>