Shades of Polo Blue #85ADCB
Tints of Polo Blue #85ADCB
RGB
CMYK
RGB Variations
Color information
#85ADCB (or 0x85ADCB) is known color: Polo Blue. HEX triplet: 85, AD and CB. RGB value is (133,173,203). Sum of RGB (Red+Green+Blue) = 133+173+203=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #85ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADCB is #7A5234. Grayscale: #A4A4A4. Windows color (decimal): -8016437 or 13348229. OLE color: 13348229.
HSL color Cylindrical-coordinate representation of color #85ADCB: hue angle of 205.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85ADCB is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 173 | 203 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.20 |
| HSL | 205.71º | 0.4% | 0.66% | - |
| HSV(B) | 205.71º | 0.34% | 0.8% | - |
| XYZ | 35.4 | 39.19 | 62.2 | - |
| YUV | 164.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 203 | 0.34 | 0.15 | 0 | 0.20 | 205.71 | 0.4 | 0.66 |
| Hex | 85 | AD | CB | 22 | F | 0 | 14 | CE | 28 | 42 |
| Octal | 205 | 255 | 313 | 42 | 17 | 0 | 24 | 316 | 50 | 102 |
| Binary | 10000101 | 10101101 | 11001011 | 100010 | 1111 | 0 | 10100 | 11001110 | 101000 | 1000010 |
Color Harmonies of #85ADCB
Complementary color
Monochromatic Colors of #85ADCB
Black with #85ADCB
Text Example
Text Example
White with #85ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADCB; }
p { color: rgb(133,173,203); }
H1.HeaderClassName
{
color: #85ADCB;
}
.AnyTagClassName
{
color: #85ADCB;
}
</style>
background-color css
<style>
a { background-color: #85ADCB; }
a { background-color: rgb(133,173,203); }
div.DivClassName
{
background-color: #85ADCB;
}
.BgClassName
{
background-color: #85ADCB;
}
</style>
border-color css
<style>
span { border-color: #85ADCB; }
span { border-color: rgb(133,173,203); }
td.TdClassName
{
border-color: #85ADCB;
}
.TagClassName
{
border-color: #85ADCB;
}
</style>