Shades of Polo Blue #85ABCD
Tints of Polo Blue #85ABCD
RGB
CMYK
RGB Variations
Color information
#85ABCD (or 0x85ABCD) is known color: Polo Blue. HEX triplet: 85, AB and CD. RGB value is (133,171,205). Sum of RGB (Red+Green+Blue) = 133+171+205=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #85ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABCD is #7A5432. Grayscale: #A3A3A3. Windows color (decimal): -8016947 or 13478789. OLE color: 13478789.
HSL color Cylindrical-coordinate representation of color #85ABCD: hue angle of 208.33º degrees, saturation: 0.42, 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 #85ABCD is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 171 | 205 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.20 |
| HSL | 208.33º | 0.42% | 0.66% | - |
| HSV(B) | 208.33º | 0.35% | 0.8% | - |
| XYZ | 35.26 | 38.52 | 63.33 | - |
| YUV | 163.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 205 | 0.35 | 0.17 | 0 | 0.20 | 208.33 | 0.42 | 0.66 |
| Hex | 85 | AB | CD | 23 | 11 | 0 | 14 | D0 | 2A | 42 |
| Octal | 205 | 253 | 315 | 43 | 21 | 0 | 24 | 320 | 52 | 102 |
| Binary | 10000101 | 10101011 | 11001101 | 100011 | 10001 | 0 | 10100 | 11010000 | 101010 | 1000010 |
Color Harmonies of #85ABCD
Complementary color
Monochromatic Colors of #85ABCD
Black with #85ABCD
Text Example
Text Example
White with #85ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABCD; }
p { color: rgb(133,171,205); }
H1.HeaderClassName
{
color: #85ABCD;
}
.AnyTagClassName
{
color: #85ABCD;
}
</style>
background-color css
<style>
a { background-color: #85ABCD; }
a { background-color: rgb(133,171,205); }
div.DivClassName
{
background-color: #85ABCD;
}
.BgClassName
{
background-color: #85ABCD;
}
</style>
border-color css
<style>
span { border-color: #85ABCD; }
span { border-color: rgb(133,171,205); }
td.TdClassName
{
border-color: #85ABCD;
}
.TagClassName
{
border-color: #85ABCD;
}
</style>