Shades of Polo Blue #85ADD7
Tints of Polo Blue #85ADD7
RGB
CMYK
RGB Variations
Color information
#85ADD7 (or 0x85ADD7) is known color: Polo Blue. HEX triplet: 85, AD and D7. RGB value is (133,173,215). Sum of RGB (Red+Green+Blue) = 133+173+215=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #85ADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADD7 is #7A5228. Grayscale: #A5A5A5. Windows color (decimal): -8016425 or 14134661. OLE color: 14134661.
HSL color Cylindrical-coordinate representation of color #85ADD7: hue angle of 210.73º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85ADD7 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 173 | 215 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.16 |
| HSL | 210.73º | 0.51% | 0.68% | - |
| HSV(B) | 210.73º | 0.38% | 0.84% | - |
| XYZ | 36.88 | 39.78 | 70.02 | - |
| YUV | 165.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 215 | 0.38 | 0.20 | 0 | 0.16 | 210.73 | 0.51 | 0.68 |
| Hex | 85 | AD | D7 | 26 | 14 | 0 | 10 | D3 | 33 | 44 |
| Octal | 205 | 255 | 327 | 46 | 24 | 0 | 20 | 323 | 63 | 104 |
| Binary | 10000101 | 10101101 | 11010111 | 100110 | 10100 | 0 | 10000 | 11010011 | 110011 | 1000100 |
Color Harmonies of #85ADD7
Complementary color
Monochromatic Colors of #85ADD7
Black with #85ADD7
Text Example
Text Example
White with #85ADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADD7; }
p { color: rgb(133,173,215); }
H1.HeaderClassName
{
color: #85ADD7;
}
.AnyTagClassName
{
color: #85ADD7;
}
</style>
background-color css
<style>
a { background-color: #85ADD7; }
a { background-color: rgb(133,173,215); }
div.DivClassName
{
background-color: #85ADD7;
}
.BgClassName
{
background-color: #85ADD7;
}
</style>
border-color css
<style>
span { border-color: #85ADD7; }
span { border-color: rgb(133,173,215); }
td.TdClassName
{
border-color: #85ADD7;
}
.TagClassName
{
border-color: #85ADD7;
}
</style>