Shades of Polo Blue #85ADCE
Tints of Polo Blue #85ADCE
RGB
CMYK
RGB Variations
Color information
#85ADCE (or 0x85ADCE) is known color: Polo Blue. HEX triplet: 85, AD and CE. RGB value is (133,173,206). Sum of RGB (Red+Green+Blue) = 133+173+206=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #85ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADCE is #7A5231. Grayscale: #A4A4A4. Windows color (decimal): -8016434 or 13544837. OLE color: 13544837.
HSL color Cylindrical-coordinate representation of color #85ADCE: hue angle of 207.12º 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 #85ADCE is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 173 | 206 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.19 |
| HSL | 207.12º | 0.43% | 0.66% | - |
| HSV(B) | 207.12º | 0.35% | 0.81% | - |
| XYZ | 35.76 | 39.33 | 64.1 | - |
| YUV | 164.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 206 | 0.35 | 0.16 | 0 | 0.19 | 207.12 | 0.43 | 0.66 |
| Hex | 85 | AD | CE | 23 | 10 | 0 | 13 | CF | 2B | 42 |
| Octal | 205 | 255 | 316 | 43 | 20 | 0 | 23 | 317 | 53 | 102 |
| Binary | 10000101 | 10101101 | 11001110 | 100011 | 10000 | 0 | 10011 | 11001111 | 101011 | 1000010 |
Color Harmonies of #85ADCE
Complementary color
Monochromatic Colors of #85ADCE
Black with #85ADCE
Text Example
Text Example
White with #85ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADCE; }
p { color: rgb(133,173,206); }
H1.HeaderClassName
{
color: #85ADCE;
}
.AnyTagClassName
{
color: #85ADCE;
}
</style>
background-color css
<style>
a { background-color: #85ADCE; }
a { background-color: rgb(133,173,206); }
div.DivClassName
{
background-color: #85ADCE;
}
.BgClassName
{
background-color: #85ADCE;
}
</style>
border-color css
<style>
span { border-color: #85ADCE; }
span { border-color: rgb(133,173,206); }
td.TdClassName
{
border-color: #85ADCE;
}
.TagClassName
{
border-color: #85ADCE;
}
</style>