Shades of Polo Blue #8CAACD
Tints of Polo Blue #8CAACD
RGB
CMYK
RGB Variations
Color information
#8CAACD (or 0x8CAACD) is known color: Polo Blue. HEX triplet: 8C, AA and CD. RGB value is (140,170,205). Sum of RGB (Red+Green+Blue) = 140+170+205=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAACD is #735532. Grayscale: #A4A4A4. Windows color (decimal): -7558451 or 13478540. OLE color: 13478540.
HSL color Cylindrical-coordinate representation of color #8CAACD: hue angle of 212.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CAACD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 170 | 205 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.20 |
| HSL | 212.31º | 0.39% | 0.68% | - |
| HSV(B) | 212.31º | 0.32% | 0.8% | - |
| XYZ | 36.21 | 38.73 | 63.33 | - |
| YUV | 165.02 | 150.56 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 205 | 0.32 | 0.17 | 0 | 0.20 | 212.31 | 0.39 | 0.68 |
| Hex | 8C | AA | CD | 20 | 11 | 0 | 14 | D4 | 27 | 44 |
| Octal | 214 | 252 | 315 | 40 | 21 | 0 | 24 | 324 | 47 | 104 |
| Binary | 10001100 | 10101010 | 11001101 | 100000 | 10001 | 0 | 10100 | 11010100 | 100111 | 1000100 |
Color Harmonies of #8CAACD
Complementary color
Monochromatic Colors of #8CAACD
Black with #8CAACD
Text Example
Text Example
White with #8CAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAACD; }
p { color: rgb(140,170,205); }
H1.HeaderClassName
{
color: #8CAACD;
}
.AnyTagClassName
{
color: #8CAACD;
}
</style>
background-color css
<style>
a { background-color: #8CAACD; }
a { background-color: rgb(140,170,205); }
div.DivClassName
{
background-color: #8CAACD;
}
.BgClassName
{
background-color: #8CAACD;
}
</style>
border-color css
<style>
span { border-color: #8CAACD; }
span { border-color: rgb(140,170,205); }
td.TdClassName
{
border-color: #8CAACD;
}
.TagClassName
{
border-color: #8CAACD;
}
</style>