Shades of Polo Blue #86AFC7
Tints of Polo Blue #86AFC7
RGB
CMYK
RGB Variations
Color information
#86AFC7 (or 0x86AFC7) is known color: Polo Blue. HEX triplet: 86, AF and C7. RGB value is (134,175,199). Sum of RGB (Red+Green+Blue) = 134+175+199=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 199 - color contains mainly: blue. Hex color #86AFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFC7 is #795038. Grayscale: #A5A5A5. Windows color (decimal): -7950393 or 13086598. OLE color: 13086598.
HSL color Cylindrical-coordinate representation of color #86AFC7: hue angle of 202.15º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86AFC7 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 175 | 199 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.22 |
| HSL | 202.15º | 0.37% | 0.65% | - |
| HSV(B) | 202.15º | 0.33% | 0.78% | - |
| XYZ | 35.47 | 39.85 | 59.86 | - |
| YUV | 165.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 199 | 0.33 | 0.12 | 0 | 0.22 | 202.15 | 0.37 | 0.65 |
| Hex | 86 | AF | C7 | 21 | C | 0 | 16 | CA | 25 | 41 |
| Octal | 206 | 257 | 307 | 41 | 14 | 0 | 26 | 312 | 45 | 101 |
| Binary | 10000110 | 10101111 | 11000111 | 100001 | 1100 | 0 | 10110 | 11001010 | 100101 | 1000001 |
Color Harmonies of #86AFC7
Complementary color
Monochromatic Colors of #86AFC7
Black with #86AFC7
Text Example
Text Example
White with #86AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AFC7; }
p { color: rgb(134,175,199); }
H1.HeaderClassName
{
color: #86AFC7;
}
.AnyTagClassName
{
color: #86AFC7;
}
</style>
background-color css
<style>
a { background-color: #86AFC7; }
a { background-color: rgb(134,175,199); }
div.DivClassName
{
background-color: #86AFC7;
}
.BgClassName
{
background-color: #86AFC7;
}
</style>
border-color css
<style>
span { border-color: #86AFC7; }
span { border-color: rgb(134,175,199); }
td.TdClassName
{
border-color: #86AFC7;
}
.TagClassName
{
border-color: #86AFC7;
}
</style>