Shades of Polo Blue #85ABCB
Tints of Polo Blue #85ABCB
RGB
CMYK
RGB Variations
Color information
#85ABCB (or 0x85ABCB) is known color: Polo Blue. HEX triplet: 85, AB and CB. RGB value is (133,171,203). Sum of RGB (Red+Green+Blue) = 133+171+203=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #85ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABCB is #7A5434. Grayscale: #A3A3A3. Windows color (decimal): -8016949 or 13347717. OLE color: 13347717.
HSL color Cylindrical-coordinate representation of color #85ABCB: hue angle of 207.43º 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 #85ABCB is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 171 | 203 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.20 |
| HSL | 207.43º | 0.4% | 0.66% | - |
| HSV(B) | 207.43º | 0.34% | 0.8% | - |
| XYZ | 35.02 | 38.42 | 62.07 | - |
| YUV | 163.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 203 | 0.34 | 0.16 | 0 | 0.20 | 207.43 | 0.4 | 0.66 |
| Hex | 85 | AB | CB | 22 | 10 | 0 | 14 | CF | 28 | 42 |
| Octal | 205 | 253 | 313 | 42 | 20 | 0 | 24 | 317 | 50 | 102 |
| Binary | 10000101 | 10101011 | 11001011 | 100010 | 10000 | 0 | 10100 | 11001111 | 101000 | 1000010 |
Color Harmonies of #85ABCB
Complementary color
Monochromatic Colors of #85ABCB
Black with #85ABCB
Text Example
Text Example
White with #85ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABCB; }
p { color: rgb(133,171,203); }
H1.HeaderClassName
{
color: #85ABCB;
}
.AnyTagClassName
{
color: #85ABCB;
}
</style>
background-color css
<style>
a { background-color: #85ABCB; }
a { background-color: rgb(133,171,203); }
div.DivClassName
{
background-color: #85ABCB;
}
.BgClassName
{
background-color: #85ABCB;
}
</style>
border-color css
<style>
span { border-color: #85ABCB; }
span { border-color: rgb(133,171,203); }
td.TdClassName
{
border-color: #85ABCB;
}
.TagClassName
{
border-color: #85ABCB;
}
</style>