Shades of Polo Blue #85ADC7
Tints of Polo Blue #85ADC7
RGB
CMYK
RGB Variations
Color information
#85ADC7 (or 0x85ADC7) is known color: Polo Blue. HEX triplet: 85, AD and C7. RGB value is (133,173,199). Sum of RGB (Red+Green+Blue) = 133+173+199=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 199 - color contains mainly: blue. Hex color #85ADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADC7 is #7A5238. Grayscale: #A3A3A3. Windows color (decimal): -8016441 or 13086085. OLE color: 13086085.
HSL color Cylindrical-coordinate representation of color #85ADC7: hue angle of 203.64º 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 #85ADC7 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 173 | 199 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.22 |
| HSL | 203.64º | 0.37% | 0.65% | - |
| HSV(B) | 203.64º | 0.33% | 0.78% | - |
| XYZ | 34.93 | 39 | 59.72 | - |
| YUV | 164 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 199 | 0.33 | 0.13 | 0 | 0.22 | 203.64 | 0.37 | 0.65 |
| Hex | 85 | AD | C7 | 21 | D | 0 | 16 | CC | 25 | 41 |
| Octal | 205 | 255 | 307 | 41 | 15 | 0 | 26 | 314 | 45 | 101 |
| Binary | 10000101 | 10101101 | 11000111 | 100001 | 1101 | 0 | 10110 | 11001100 | 100101 | 1000001 |
Color Harmonies of #85ADC7
Complementary color
Monochromatic Colors of #85ADC7
Black with #85ADC7
Text Example
Text Example
White with #85ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADC7; }
p { color: rgb(133,173,199); }
H1.HeaderClassName
{
color: #85ADC7;
}
.AnyTagClassName
{
color: #85ADC7;
}
</style>
background-color css
<style>
a { background-color: #85ADC7; }
a { background-color: rgb(133,173,199); }
div.DivClassName
{
background-color: #85ADC7;
}
.BgClassName
{
background-color: #85ADC7;
}
</style>
border-color css
<style>
span { border-color: #85ADC7; }
span { border-color: rgb(133,173,199); }
td.TdClassName
{
border-color: #85ADC7;
}
.TagClassName
{
border-color: #85ADC7;
}
</style>