Shades of Polo Blue #85AED5
Tints of Polo Blue #85AED5
RGB
CMYK
RGB Variations
Color information
#85AED5 (or 0x85AED5) is known color: Polo Blue. HEX triplet: 85, AE and D5. RGB value is (133,174,213). Sum of RGB (Red+Green+Blue) = 133+174+213=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #85AED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AED5 is #7A512A. Grayscale: #A5A5A5. Windows color (decimal): -8016171 or 14003845. OLE color: 14003845.
HSL color Cylindrical-coordinate representation of color #85AED5: hue angle of 209.25º degrees, saturation: 0.49, 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 #85AED5 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 174 | 213 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.16 |
| HSL | 209.25º | 0.49% | 0.68% | - |
| HSV(B) | 209.25º | 0.38% | 0.84% | - |
| XYZ | 36.82 | 40.06 | 68.74 | - |
| YUV | 166.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 213 | 0.38 | 0.18 | 0 | 0.16 | 209.25 | 0.49 | 0.68 |
| Hex | 85 | AE | D5 | 26 | 12 | 0 | 10 | D1 | 31 | 44 |
| Octal | 205 | 256 | 325 | 46 | 22 | 0 | 20 | 321 | 61 | 104 |
| Binary | 10000101 | 10101110 | 11010101 | 100110 | 10010 | 0 | 10000 | 11010001 | 110001 | 1000100 |
Color Harmonies of #85AED5
Complementary color
Monochromatic Colors of #85AED5
Black with #85AED5
Text Example
Text Example
White with #85AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AED5; }
p { color: rgb(133,174,213); }
H1.HeaderClassName
{
color: #85AED5;
}
.AnyTagClassName
{
color: #85AED5;
}
</style>
background-color css
<style>
a { background-color: #85AED5; }
a { background-color: rgb(133,174,213); }
div.DivClassName
{
background-color: #85AED5;
}
.BgClassName
{
background-color: #85AED5;
}
</style>
border-color css
<style>
span { border-color: #85AED5; }
span { border-color: rgb(133,174,213); }
td.TdClassName
{
border-color: #85AED5;
}
.TagClassName
{
border-color: #85AED5;
}
</style>