Shades of Polo Blue #86A9CF
Tints of Polo Blue #86A9CF
RGB
CMYK
RGB Variations
Color information
#86A9CF (or 0x86A9CF) is known color: Polo Blue. HEX triplet: 86, A9 and CF. RGB value is (134,169,207). Sum of RGB (Red+Green+Blue) = 134+169+207=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #86A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A9CF is #795630. Grayscale: #A2A2A2. Windows color (decimal): -7951921 or 13609350. OLE color: 13609350.
HSL color Cylindrical-coordinate representation of color #86A9CF: hue angle of 211.23º degrees, saturation: 0.43, 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 #86A9CF is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 169 | 207 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.19 |
| HSL | 211.23º | 0.43% | 0.67% | - |
| HSV(B) | 211.23º | 0.35% | 0.81% | - |
| XYZ | 35.28 | 37.95 | 64.5 | - |
| YUV | 162.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 207 | 0.35 | 0.18 | 0 | 0.19 | 211.23 | 0.43 | 0.67 |
| Hex | 86 | A9 | CF | 23 | 12 | 0 | 13 | D3 | 2B | 43 |
| Octal | 206 | 251 | 317 | 43 | 22 | 0 | 23 | 323 | 53 | 103 |
| Binary | 10000110 | 10101001 | 11001111 | 100011 | 10010 | 0 | 10011 | 11010011 | 101011 | 1000011 |
Color Harmonies of #86A9CF
Complementary color
Monochromatic Colors of #86A9CF
Black with #86A9CF
Text Example
Text Example
White with #86A9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A9CF; }
p { color: rgb(134,169,207); }
H1.HeaderClassName
{
color: #86A9CF;
}
.AnyTagClassName
{
color: #86A9CF;
}
</style>
background-color css
<style>
a { background-color: #86A9CF; }
a { background-color: rgb(134,169,207); }
div.DivClassName
{
background-color: #86A9CF;
}
.BgClassName
{
background-color: #86A9CF;
}
</style>
border-color css
<style>
span { border-color: #86A9CF; }
span { border-color: rgb(134,169,207); }
td.TdClassName
{
border-color: #86A9CF;
}
.TagClassName
{
border-color: #86A9CF;
}
</style>