Shades of Polo Blue #85A8CC
Tints of Polo Blue #85A8CC
RGB
CMYK
RGB Variations
Color information
#85A8CC (or 0x85A8CC) is known color: Polo Blue. HEX triplet: 85, A8 and CC. RGB value is (133,168,204). Sum of RGB (Red+Green+Blue) = 133+168+204=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #85A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8CC is #7A5733. Grayscale: #A1A1A1. Windows color (decimal): -8017716 or 13412485. OLE color: 13412485.
HSL color Cylindrical-coordinate representation of color #85A8CC: hue angle of 210.42º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85A8CC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 168 | 204 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.2 |
| HSL | 210.42º | 0.41% | 0.66% | - |
| HSV(B) | 210.42º | 0.35% | 0.8% | - |
| XYZ | 34.57 | 37.35 | 62.51 | - |
| YUV | 161.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 204 | 0.35 | 0.18 | 0 | 0.2 | 210.42 | 0.41 | 0.66 |
| Hex | 85 | A8 | CC | 23 | 12 | 0 | 14 | D2 | 29 | 42 |
| Octal | 205 | 250 | 314 | 43 | 22 | 0 | 24 | 322 | 51 | 102 |
| Binary | 10000101 | 10101000 | 11001100 | 100011 | 10010 | 0 | 10100 | 11010010 | 101001 | 1000010 |
Color Harmonies of #85A8CC
Complementary color
Monochromatic Colors of #85A8CC
Black with #85A8CC
Text Example
Text Example
White with #85A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A8CC; }
p { color: rgb(133,168,204); }
H1.HeaderClassName
{
color: #85A8CC;
}
.AnyTagClassName
{
color: #85A8CC;
}
</style>
background-color css
<style>
a { background-color: #85A8CC; }
a { background-color: rgb(133,168,204); }
div.DivClassName
{
background-color: #85A8CC;
}
.BgClassName
{
background-color: #85A8CC;
}
</style>
border-color css
<style>
span { border-color: #85A8CC; }
span { border-color: rgb(133,168,204); }
td.TdClassName
{
border-color: #85A8CC;
}
.TagClassName
{
border-color: #85A8CC;
}
</style>