Shades of Polo Blue #86ADD6
Tints of Polo Blue #86ADD6
RGB
CMYK
RGB Variations
Color information
#86ADD6 (or 0x86ADD6) is known color: Polo Blue. HEX triplet: 86, AD and D6. RGB value is (134,173,214). Sum of RGB (Red+Green+Blue) = 134+173+214=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #86ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADD6 is #795229. Grayscale: #A5A5A5. Windows color (decimal): -7950890 or 14069126. OLE color: 14069126.
HSL color Cylindrical-coordinate representation of color #86ADD6: hue angle of 210.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86ADD6 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 173 | 214 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.16 |
| HSL | 210.75º | 0.49% | 0.68% | - |
| HSV(B) | 210.75º | 0.37% | 0.84% | - |
| XYZ | 36.91 | 39.81 | 69.36 | - |
| YUV | 166.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 214 | 0.37 | 0.19 | 0 | 0.16 | 210.75 | 0.49 | 0.68 |
| Hex | 86 | AD | D6 | 25 | 13 | 0 | 10 | D3 | 31 | 44 |
| Octal | 206 | 255 | 326 | 45 | 23 | 0 | 20 | 323 | 61 | 104 |
| Binary | 10000110 | 10101101 | 11010110 | 100101 | 10011 | 0 | 10000 | 11010011 | 110001 | 1000100 |
Color Harmonies of #86ADD6
Complementary color
Monochromatic Colors of #86ADD6
Black with #86ADD6
Text Example
Text Example
White with #86ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ADD6; }
p { color: rgb(134,173,214); }
H1.HeaderClassName
{
color: #86ADD6;
}
.AnyTagClassName
{
color: #86ADD6;
}
</style>
background-color css
<style>
a { background-color: #86ADD6; }
a { background-color: rgb(134,173,214); }
div.DivClassName
{
background-color: #86ADD6;
}
.BgClassName
{
background-color: #86ADD6;
}
</style>
border-color css
<style>
span { border-color: #86ADD6; }
span { border-color: rgb(134,173,214); }
td.TdClassName
{
border-color: #86ADD6;
}
.TagClassName
{
border-color: #86ADD6;
}
</style>