Shades of Polo Blue #85AACC
Tints of Polo Blue #85AACC
RGB
CMYK
RGB Variations
Color information
#85AACC (or 0x85AACC) is known color: Polo Blue. HEX triplet: 85, AA and CC. RGB value is (133,170,204). Sum of RGB (Red+Green+Blue) = 133+170+204=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #85AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AACC is #7A5533. Grayscale: #A2A2A2. Windows color (decimal): -8017204 or 13412997. OLE color: 13412997.
HSL color Cylindrical-coordinate representation of color #85AACC: hue angle of 208.73º 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 #85AACC is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 170 | 204 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.2 |
| HSL | 208.73º | 0.41% | 0.66% | - |
| HSV(B) | 208.73º | 0.35% | 0.8% | - |
| XYZ | 34.95 | 38.1 | 62.64 | - |
| YUV | 162.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 204 | 0.35 | 0.17 | 0 | 0.2 | 208.73 | 0.41 | 0.66 |
| Hex | 85 | AA | CC | 23 | 11 | 0 | 14 | D1 | 29 | 42 |
| Octal | 205 | 252 | 314 | 43 | 21 | 0 | 24 | 321 | 51 | 102 |
| Binary | 10000101 | 10101010 | 11001100 | 100011 | 10001 | 0 | 10100 | 11010001 | 101001 | 1000010 |
Color Harmonies of #85AACC
Complementary color
Monochromatic Colors of #85AACC
Black with #85AACC
Text Example
Text Example
White with #85AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AACC; }
p { color: rgb(133,170,204); }
H1.HeaderClassName
{
color: #85AACC;
}
.AnyTagClassName
{
color: #85AACC;
}
</style>
background-color css
<style>
a { background-color: #85AACC; }
a { background-color: rgb(133,170,204); }
div.DivClassName
{
background-color: #85AACC;
}
.BgClassName
{
background-color: #85AACC;
}
</style>
border-color css
<style>
span { border-color: #85AACC; }
span { border-color: rgb(133,170,204); }
td.TdClassName
{
border-color: #85AACC;
}
.TagClassName
{
border-color: #85AACC;
}
</style>