Shades of Polo Blue #85ADC6
Tints of Polo Blue #85ADC6
RGB
CMYK
RGB Variations
Color information
#85ADC6 (or 0x85ADC6) is known color: Polo Blue. HEX triplet: 85, AD and C6. RGB value is (133,173,198). Sum of RGB (Red+Green+Blue) = 133+173+198=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #85ADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADC6 is #7A5239. Grayscale: #A3A3A3. Windows color (decimal): -8016442 or 13020549. OLE color: 13020549.
HSL color Cylindrical-coordinate representation of color #85ADC6: hue angle of 203.08º degrees, saturation: 0.36, 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 #85ADC6 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 173 | 198 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.22 |
| HSL | 203.08º | 0.36% | 0.65% | - |
| HSV(B) | 203.08º | 0.33% | 0.78% | - |
| XYZ | 34.81 | 38.95 | 59.11 | - |
| YUV | 163.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 198 | 0.33 | 0.13 | 0 | 0.22 | 203.08 | 0.36 | 0.65 |
| Hex | 85 | AD | C6 | 21 | D | 0 | 16 | CB | 24 | 41 |
| Octal | 205 | 255 | 306 | 41 | 15 | 0 | 26 | 313 | 44 | 101 |
| Binary | 10000101 | 10101101 | 11000110 | 100001 | 1101 | 0 | 10110 | 11001011 | 100100 | 1000001 |
Color Harmonies of #85ADC6
Complementary color
Monochromatic Colors of #85ADC6
Black with #85ADC6
Text Example
Text Example
White with #85ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADC6; }
p { color: rgb(133,173,198); }
H1.HeaderClassName
{
color: #85ADC6;
}
.AnyTagClassName
{
color: #85ADC6;
}
</style>
background-color css
<style>
a { background-color: #85ADC6; }
a { background-color: rgb(133,173,198); }
div.DivClassName
{
background-color: #85ADC6;
}
.BgClassName
{
background-color: #85ADC6;
}
</style>
border-color css
<style>
span { border-color: #85ADC6; }
span { border-color: rgb(133,173,198); }
td.TdClassName
{
border-color: #85ADC6;
}
.TagClassName
{
border-color: #85ADC6;
}
</style>