Shades of Polo Blue #8EACD7
Tints of Polo Blue #8EACD7
RGB
CMYK
RGB Variations
Color information
#8EACD7 (or 0x8EACD7) is known color: Polo Blue. HEX triplet: 8E, AC and D7. RGB value is (142,172,215). Sum of RGB (Red+Green+Blue) = 142+172+215=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #8EACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACD7 is #715328. Grayscale: #A7A7A7. Windows color (decimal): -7426857 or 14134414. OLE color: 14134414.
HSL color Cylindrical-coordinate representation of color #8EACD7: hue angle of 215.34º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EACD7 is Cyan = 0.34, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 172 | 215 | - |
| CMYK | 0.34 | 0.2 | 0 | 0.16 |
| HSL | 215.34º | 0.48% | 0.7% | - |
| HSV(B) | 215.34º | 0.34% | 0.84% | - |
| XYZ | 38.17 | 40.16 | 70.03 | - |
| YUV | 167.93 | 154.56 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 215 | 0.34 | 0.2 | 0 | 0.16 | 215.34 | 0.48 | 0.7 |
| Hex | 8E | AC | D7 | 22 | 14 | 0 | 10 | D7 | 30 | 46 |
| Octal | 216 | 254 | 327 | 42 | 24 | 0 | 20 | 327 | 60 | 106 |
| Binary | 10001110 | 10101100 | 11010111 | 100010 | 10100 | 0 | 10000 | 11010111 | 110000 | 1000110 |
Color Harmonies of #8EACD7
Complementary color
Monochromatic Colors of #8EACD7
Black with #8EACD7
Text Example
Text Example
White with #8EACD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACD7; }
p { color: rgb(142,172,215); }
H1.HeaderClassName
{
color: #8EACD7;
}
.AnyTagClassName
{
color: #8EACD7;
}
</style>
background-color css
<style>
a { background-color: #8EACD7; }
a { background-color: rgb(142,172,215); }
div.DivClassName
{
background-color: #8EACD7;
}
.BgClassName
{
background-color: #8EACD7;
}
</style>
border-color css
<style>
span { border-color: #8EACD7; }
span { border-color: rgb(142,172,215); }
td.TdClassName
{
border-color: #8EACD7;
}
.TagClassName
{
border-color: #8EACD7;
}
</style>