Shades of Polo Blue #85B0CB
Tints of Polo Blue #85B0CB
RGB
CMYK
RGB Variations
Color information
#85B0CB (or 0x85B0CB) is known color: Polo Blue. HEX triplet: 85, B0 and CB. RGB value is (133,176,203). Sum of RGB (Red+Green+Blue) = 133+176+203=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #85B0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B0CB is #7A4F34. Grayscale: #A6A6A6. Windows color (decimal): -8015669 or 13348997. OLE color: 13348997.
HSL color Cylindrical-coordinate representation of color #85B0CB: hue angle of 203.14º 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 #85B0CB is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 176 | 203 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.20 |
| HSL | 203.14º | 0.4% | 0.66% | - |
| HSV(B) | 203.14º | 0.34% | 0.8% | - |
| XYZ | 35.98 | 40.35 | 62.39 | - |
| YUV | 166.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 203 | 0.34 | 0.13 | 0 | 0.20 | 203.14 | 0.4 | 0.66 |
| Hex | 85 | B0 | CB | 22 | D | 0 | 14 | CB | 28 | 42 |
| Octal | 205 | 260 | 313 | 42 | 15 | 0 | 24 | 313 | 50 | 102 |
| Binary | 10000101 | 10110000 | 11001011 | 100010 | 1101 | 0 | 10100 | 11001011 | 101000 | 1000010 |
Color Harmonies of #85B0CB
Complementary color
Monochromatic Colors of #85B0CB
Black with #85B0CB
Text Example
Text Example
White with #85B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B0CB; }
p { color: rgb(133,176,203); }
H1.HeaderClassName
{
color: #85B0CB;
}
.AnyTagClassName
{
color: #85B0CB;
}
</style>
background-color css
<style>
a { background-color: #85B0CB; }
a { background-color: rgb(133,176,203); }
div.DivClassName
{
background-color: #85B0CB;
}
.BgClassName
{
background-color: #85B0CB;
}
</style>
border-color css
<style>
span { border-color: #85B0CB; }
span { border-color: rgb(133,176,203); }
td.TdClassName
{
border-color: #85B0CB;
}
.TagClassName
{
border-color: #85B0CB;
}
</style>