Shades of Polo Blue #85A9CC
Tints of Polo Blue #85A9CC
RGB
CMYK
RGB Variations
Color information
#85A9CC (or 0x85A9CC) is known color: Polo Blue. HEX triplet: 85, A9 and CC. RGB value is (133,169,204). Sum of RGB (Red+Green+Blue) = 133+169+204=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #85A9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A9CC is #7A5633. Grayscale: #A2A2A2. Windows color (decimal): -8017460 or 13412741. OLE color: 13412741.
HSL color Cylindrical-coordinate representation of color #85A9CC: hue angle of 209.58º 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 #85A9CC is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 169 | 204 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.2 |
| HSL | 209.58º | 0.41% | 0.66% | - |
| HSV(B) | 209.58º | 0.35% | 0.8% | - |
| XYZ | 34.76 | 37.72 | 62.58 | - |
| YUV | 162.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 204 | 0.35 | 0.17 | 0 | 0.2 | 209.58 | 0.41 | 0.66 |
| Hex | 85 | A9 | CC | 23 | 11 | 0 | 14 | D2 | 29 | 42 |
| Octal | 205 | 251 | 314 | 43 | 21 | 0 | 24 | 322 | 51 | 102 |
| Binary | 10000101 | 10101001 | 11001100 | 100011 | 10001 | 0 | 10100 | 11010010 | 101001 | 1000010 |
Color Harmonies of #85A9CC
Complementary color
Monochromatic Colors of #85A9CC
Black with #85A9CC
Text Example
Text Example
White with #85A9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A9CC; }
p { color: rgb(133,169,204); }
H1.HeaderClassName
{
color: #85A9CC;
}
.AnyTagClassName
{
color: #85A9CC;
}
</style>
background-color css
<style>
a { background-color: #85A9CC; }
a { background-color: rgb(133,169,204); }
div.DivClassName
{
background-color: #85A9CC;
}
.BgClassName
{
background-color: #85A9CC;
}
</style>
border-color css
<style>
span { border-color: #85A9CC; }
span { border-color: rgb(133,169,204); }
td.TdClassName
{
border-color: #85A9CC;
}
.TagClassName
{
border-color: #85A9CC;
}
</style>