Shades of Polo Blue #86AFCE
Tints of Polo Blue #86AFCE
RGB
CMYK
RGB Variations
Color information
#86AFCE (or 0x86AFCE) is known color: Polo Blue. HEX triplet: 86, AF and CE. RGB value is (134,175,206). Sum of RGB (Red+Green+Blue) = 134+175+206=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #86AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFCE is #795031. Grayscale: #A6A6A6. Windows color (decimal): -7950386 or 13545350. OLE color: 13545350.
HSL color Cylindrical-coordinate representation of color #86AFCE: hue angle of 205.83º 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 #86AFCE is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 175 | 206 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.19 |
| HSL | 205.83º | 0.42% | 0.67% | - |
| HSV(B) | 205.83º | 0.35% | 0.81% | - |
| XYZ | 36.3 | 40.18 | 64.24 | - |
| YUV | 166.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 206 | 0.35 | 0.15 | 0 | 0.19 | 205.83 | 0.42 | 0.67 |
| Hex | 86 | AF | CE | 23 | F | 0 | 13 | CE | 2A | 43 |
| Octal | 206 | 257 | 316 | 43 | 17 | 0 | 23 | 316 | 52 | 103 |
| Binary | 10000110 | 10101111 | 11001110 | 100011 | 1111 | 0 | 10011 | 11001110 | 101010 | 1000011 |
Color Harmonies of #86AFCE
Complementary color
Monochromatic Colors of #86AFCE
Black with #86AFCE
Text Example
Text Example
White with #86AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AFCE; }
p { color: rgb(134,175,206); }
H1.HeaderClassName
{
color: #86AFCE;
}
.AnyTagClassName
{
color: #86AFCE;
}
</style>
background-color css
<style>
a { background-color: #86AFCE; }
a { background-color: rgb(134,175,206); }
div.DivClassName
{
background-color: #86AFCE;
}
.BgClassName
{
background-color: #86AFCE;
}
</style>
border-color css
<style>
span { border-color: #86AFCE; }
span { border-color: rgb(134,175,206); }
td.TdClassName
{
border-color: #86AFCE;
}
.TagClassName
{
border-color: #86AFCE;
}
</style>