Shades of Polo Blue #86B0D4
Tints of Polo Blue #86B0D4
RGB
CMYK
RGB Variations
Color information
#86B0D4 (or 0x86B0D4) is known color: Polo Blue. HEX triplet: 86, B0 and D4. RGB value is (134,176,212). Sum of RGB (Red+Green+Blue) = 134+176+212=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #86B0D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0D4 is #794F2B. Grayscale: #A7A7A7. Windows color (decimal): -7950124 or 13938822. OLE color: 13938822.
HSL color Cylindrical-coordinate representation of color #86B0D4: hue angle of 207.69º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86B0D4 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 176 | 212 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.17 |
| HSL | 207.69º | 0.48% | 0.68% | - |
| HSV(B) | 207.69º | 0.37% | 0.83% | - |
| XYZ | 37.24 | 40.87 | 68.21 | - |
| YUV | 167.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 212 | 0.37 | 0.17 | 0 | 0.17 | 207.69 | 0.48 | 0.68 |
| Hex | 86 | B0 | D4 | 25 | 11 | 0 | 11 | D0 | 30 | 44 |
| Octal | 206 | 260 | 324 | 45 | 21 | 0 | 21 | 320 | 60 | 104 |
| Binary | 10000110 | 10110000 | 11010100 | 100101 | 10001 | 0 | 10001 | 11010000 | 110000 | 1000100 |
Color Harmonies of #86B0D4
Complementary color
Monochromatic Colors of #86B0D4
Black with #86B0D4
Text Example
Text Example
White with #86B0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B0D4; }
p { color: rgb(134,176,212); }
H1.HeaderClassName
{
color: #86B0D4;
}
.AnyTagClassName
{
color: #86B0D4;
}
</style>
background-color css
<style>
a { background-color: #86B0D4; }
a { background-color: rgb(134,176,212); }
div.DivClassName
{
background-color: #86B0D4;
}
.BgClassName
{
background-color: #86B0D4;
}
</style>
border-color css
<style>
span { border-color: #86B0D4; }
span { border-color: rgb(134,176,212); }
td.TdClassName
{
border-color: #86B0D4;
}
.TagClassName
{
border-color: #86B0D4;
}
</style>