Shades of Polo Blue #85A1C2
Tints of Polo Blue #85A1C2
RGB
CMYK
RGB Variations
Color information
#85A1C2 (or 0x85A1C2) is known color: Polo Blue. HEX triplet: 85, A1 and C2. RGB value is (133,161,194). Sum of RGB (Red+Green+Blue) = 133+161+194=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #85A1C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1C2 is #7A5E3D. Grayscale: #9C9C9C. Windows color (decimal): -8019518 or 12755333. OLE color: 12755333.
HSL color Cylindrical-coordinate representation of color #85A1C2: hue angle of 212.46º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85A1C2 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 161 | 194 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.24 |
| HSL | 212.46º | 0.33% | 0.64% | - |
| HSV(B) | 212.46º | 0.31% | 0.76% | - |
| XYZ | 32.16 | 34.37 | 55.98 | - |
| YUV | 156.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 194 | 0.31 | 0.17 | 0 | 0.24 | 212.46 | 0.33 | 0.64 |
| Hex | 85 | A1 | C2 | 1F | 11 | 0 | 18 | D4 | 21 | 40 |
| Octal | 205 | 241 | 302 | 37 | 21 | 0 | 30 | 324 | 41 | 100 |
| Binary | 10000101 | 10100001 | 11000010 | 11111 | 10001 | 0 | 11000 | 11010100 | 100001 | 1000000 |
Color Harmonies of #85A1C2
Complementary color
Monochromatic Colors of #85A1C2
Black with #85A1C2
Text Example
Text Example
White with #85A1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A1C2; }
p { color: rgb(133,161,194); }
H1.HeaderClassName
{
color: #85A1C2;
}
.AnyTagClassName
{
color: #85A1C2;
}
</style>
background-color css
<style>
a { background-color: #85A1C2; }
a { background-color: rgb(133,161,194); }
div.DivClassName
{
background-color: #85A1C2;
}
.BgClassName
{
background-color: #85A1C2;
}
</style>
border-color css
<style>
span { border-color: #85A1C2; }
span { border-color: rgb(133,161,194); }
td.TdClassName
{
border-color: #85A1C2;
}
.TagClassName
{
border-color: #85A1C2;
}
</style>