Shades of Polo Blue #85ACC8
Tints of Polo Blue #85ACC8
RGB
CMYK
RGB Variations
Color information
#85ACC8 (or 0x85ACC8) is known color: Polo Blue. HEX triplet: 85, AC and C8. RGB value is (133,172,200). Sum of RGB (Red+Green+Blue) = 133+172+200=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #85ACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACC8 is #7A5337. Grayscale: #A3A3A3. Windows color (decimal): -8016696 or 13151365. OLE color: 13151365.
HSL color Cylindrical-coordinate representation of color #85ACC8: hue angle of 205.07º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85ACC8 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 172 | 200 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.22 |
| HSL | 205.07º | 0.38% | 0.65% | - |
| HSV(B) | 205.07º | 0.34% | 0.78% | - |
| XYZ | 34.85 | 38.66 | 60.27 | - |
| YUV | 163.53 | 148.58 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 200 | 0.34 | 0.14 | 0 | 0.22 | 205.07 | 0.38 | 0.65 |
| Hex | 85 | AC | C8 | 22 | E | 0 | 16 | CD | 26 | 41 |
| Octal | 205 | 254 | 310 | 42 | 16 | 0 | 26 | 315 | 46 | 101 |
| Binary | 10000101 | 10101100 | 11001000 | 100010 | 1110 | 0 | 10110 | 11001101 | 100110 | 1000001 |
Color Harmonies of #85ACC8
Complementary color
Monochromatic Colors of #85ACC8
Black with #85ACC8
Text Example
Text Example
White with #85ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ACC8; }
p { color: rgb(133,172,200); }
H1.HeaderClassName
{
color: #85ACC8;
}
.AnyTagClassName
{
color: #85ACC8;
}
</style>
background-color css
<style>
a { background-color: #85ACC8; }
a { background-color: rgb(133,172,200); }
div.DivClassName
{
background-color: #85ACC8;
}
.BgClassName
{
background-color: #85ACC8;
}
</style>
border-color css
<style>
span { border-color: #85ACC8; }
span { border-color: rgb(133,172,200); }
td.TdClassName
{
border-color: #85ACC8;
}
.TagClassName
{
border-color: #85ACC8;
}
</style>