Shades of Polo Blue #85A1CB
Tints of Polo Blue #85A1CB
RGB
CMYK
RGB Variations
Color information
#85A1CB (or 0x85A1CB) is known color: Polo Blue. HEX triplet: 85, A1 and CB. RGB value is (133,161,203). Sum of RGB (Red+Green+Blue) = 133+161+203=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #85A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1CB is #7A5E34. Grayscale: #9D9D9D. Windows color (decimal): -8019509 or 13345157. OLE color: 13345157.
HSL color Cylindrical-coordinate representation of color #85A1CB: hue angle of 216º degrees, saturation: 0.4, 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 #85A1CB is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 161 | 203 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.20 |
| HSL | 216º | 0.4% | 0.66% | - |
| HSV(B) | 216º | 0.34% | 0.8% | - |
| XYZ | 33.2 | 34.79 | 61.47 | - |
| YUV | 157.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 203 | 0.34 | 0.21 | 0 | 0.20 | 216 | 0.4 | 0.66 |
| Hex | 85 | A1 | CB | 22 | 15 | 0 | 14 | D8 | 28 | 42 |
| Octal | 205 | 241 | 313 | 42 | 25 | 0 | 24 | 330 | 50 | 102 |
| Binary | 10000101 | 10100001 | 11001011 | 100010 | 10101 | 0 | 10100 | 11011000 | 101000 | 1000010 |
Color Harmonies of #85A1CB
Complementary color
Monochromatic Colors of #85A1CB
Black with #85A1CB
Text Example
Text Example
White with #85A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A1CB; }
p { color: rgb(133,161,203); }
H1.HeaderClassName
{
color: #85A1CB;
}
.AnyTagClassName
{
color: #85A1CB;
}
</style>
background-color css
<style>
a { background-color: #85A1CB; }
a { background-color: rgb(133,161,203); }
div.DivClassName
{
background-color: #85A1CB;
}
.BgClassName
{
background-color: #85A1CB;
}
</style>
border-color css
<style>
span { border-color: #85A1CB; }
span { border-color: rgb(133,161,203); }
td.TdClassName
{
border-color: #85A1CB;
}
.TagClassName
{
border-color: #85A1CB;
}
</style>