Shades of Polo Blue #8CACD6
Tints of Polo Blue #8CACD6
RGB
CMYK
RGB Variations
Color information
#8CACD6 (or 0x8CACD6) is known color: Polo Blue. HEX triplet: 8C, AC and D6. RGB value is (140,172,214). Sum of RGB (Red+Green+Blue) = 140+172+214=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #8CACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACD6 is #735329. Grayscale: #A7A7A7. Windows color (decimal): -7557930 or 14068876. OLE color: 14068876.
HSL color Cylindrical-coordinate representation of color #8CACD6: hue angle of 214.05º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CACD6 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 172 | 214 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.16 |
| HSL | 214.05º | 0.47% | 0.69% | - |
| HSV(B) | 214.05º | 0.35% | 0.84% | - |
| XYZ | 37.71 | 39.94 | 69.34 | - |
| YUV | 167.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 214 | 0.35 | 0.20 | 0 | 0.16 | 214.05 | 0.47 | 0.69 |
| Hex | 8C | AC | D6 | 23 | 14 | 0 | 10 | D6 | 2F | 45 |
| Octal | 214 | 254 | 326 | 43 | 24 | 0 | 20 | 326 | 57 | 105 |
| Binary | 10001100 | 10101100 | 11010110 | 100011 | 10100 | 0 | 10000 | 11010110 | 101111 | 1000101 |
Color Harmonies of #8CACD6
Complementary color
Monochromatic Colors of #8CACD6
Black with #8CACD6
Text Example
Text Example
White with #8CACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACD6; }
p { color: rgb(140,172,214); }
H1.HeaderClassName
{
color: #8CACD6;
}
.AnyTagClassName
{
color: #8CACD6;
}
</style>
background-color css
<style>
a { background-color: #8CACD6; }
a { background-color: rgb(140,172,214); }
div.DivClassName
{
background-color: #8CACD6;
}
.BgClassName
{
background-color: #8CACD6;
}
</style>
border-color css
<style>
span { border-color: #8CACD6; }
span { border-color: rgb(140,172,214); }
td.TdClassName
{
border-color: #8CACD6;
}
.TagClassName
{
border-color: #8CACD6;
}
</style>