Shades of Polo Blue #86ADCC
Tints of Polo Blue #86ADCC
RGB
CMYK
RGB Variations
Color information
#86ADCC (or 0x86ADCC) is known color: Polo Blue. HEX triplet: 86, AD and CC. RGB value is (134,173,204). Sum of RGB (Red+Green+Blue) = 134+173+204=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #86ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADCC is #795233. Grayscale: #A4A4A4. Windows color (decimal): -7950900 or 13413766. OLE color: 13413766.
HSL color Cylindrical-coordinate representation of color #86ADCC: hue angle of 206.57º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86ADCC is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 173 | 204 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.2 |
| HSL | 206.57º | 0.41% | 0.66% | - |
| HSV(B) | 206.57º | 0.34% | 0.8% | - |
| XYZ | 35.67 | 39.32 | 62.84 | - |
| YUV | 164.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 204 | 0.34 | 0.15 | 0 | 0.2 | 206.57 | 0.41 | 0.66 |
| Hex | 86 | AD | CC | 22 | F | 0 | 14 | CF | 29 | 42 |
| Octal | 206 | 255 | 314 | 42 | 17 | 0 | 24 | 317 | 51 | 102 |
| Binary | 10000110 | 10101101 | 11001100 | 100010 | 1111 | 0 | 10100 | 11001111 | 101001 | 1000010 |
Color Harmonies of #86ADCC
Complementary color
Monochromatic Colors of #86ADCC
Black with #86ADCC
Text Example
Text Example
White with #86ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ADCC; }
p { color: rgb(134,173,204); }
H1.HeaderClassName
{
color: #86ADCC;
}
.AnyTagClassName
{
color: #86ADCC;
}
</style>
background-color css
<style>
a { background-color: #86ADCC; }
a { background-color: rgb(134,173,204); }
div.DivClassName
{
background-color: #86ADCC;
}
.BgClassName
{
background-color: #86ADCC;
}
</style>
border-color css
<style>
span { border-color: #86ADCC; }
span { border-color: rgb(134,173,204); }
td.TdClassName
{
border-color: #86ADCC;
}
.TagClassName
{
border-color: #86ADCC;
}
</style>