Shades of Polo Blue #85ABCE
Tints of Polo Blue #85ABCE
RGB
CMYK
RGB Variations
Color information
#85ABCE (or 0x85ABCE) is known color: Polo Blue. HEX triplet: 85, AB and CE. RGB value is (133,171,206). Sum of RGB (Red+Green+Blue) = 133+171+206=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #85ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABCE is #7A5431. Grayscale: #A3A3A3. Windows color (decimal): -8016946 or 13544325. OLE color: 13544325.
HSL color Cylindrical-coordinate representation of color #85ABCE: hue angle of 208.77º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85ABCE is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 171 | 206 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.19 |
| HSL | 208.77º | 0.43% | 0.66% | - |
| HSV(B) | 208.77º | 0.35% | 0.81% | - |
| XYZ | 35.38 | 38.57 | 63.97 | - |
| YUV | 163.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 206 | 0.35 | 0.17 | 0 | 0.19 | 208.77 | 0.43 | 0.66 |
| Hex | 85 | AB | CE | 23 | 11 | 0 | 13 | D1 | 2B | 42 |
| Octal | 205 | 253 | 316 | 43 | 21 | 0 | 23 | 321 | 53 | 102 |
| Binary | 10000101 | 10101011 | 11001110 | 100011 | 10001 | 0 | 10011 | 11010001 | 101011 | 1000010 |
Color Harmonies of #85ABCE
Complementary color
Monochromatic Colors of #85ABCE
Black with #85ABCE
Text Example
Text Example
White with #85ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABCE; }
p { color: rgb(133,171,206); }
H1.HeaderClassName
{
color: #85ABCE;
}
.AnyTagClassName
{
color: #85ABCE;
}
</style>
background-color css
<style>
a { background-color: #85ABCE; }
a { background-color: rgb(133,171,206); }
div.DivClassName
{
background-color: #85ABCE;
}
.BgClassName
{
background-color: #85ABCE;
}
</style>
border-color css
<style>
span { border-color: #85ABCE; }
span { border-color: rgb(133,171,206); }
td.TdClassName
{
border-color: #85ABCE;
}
.TagClassName
{
border-color: #85ABCE;
}
</style>