Shades of Polo Blue #8EABD6
Tints of Polo Blue #8EABD6
RGB
CMYK
RGB Variations
Color information
#8EABD6 (or 0x8EABD6) is known color: Polo Blue. HEX triplet: 8E, AB and D6. RGB value is (142,171,214). Sum of RGB (Red+Green+Blue) = 142+171+214=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #8EABD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABD6 is #715429. Grayscale: #A7A7A7. Windows color (decimal): -7427114 or 14068622. OLE color: 14068622.
HSL color Cylindrical-coordinate representation of color #8EABD6: hue angle of 215.83º degrees, saturation: 0.47, 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 #8EABD6 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 171 | 214 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.16 |
| HSL | 215.83º | 0.47% | 0.7% | - |
| HSV(B) | 215.83º | 0.34% | 0.84% | - |
| XYZ | 37.86 | 39.73 | 69.29 | - |
| YUV | 167.23 | 154.39 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 214 | 0.34 | 0.20 | 0 | 0.16 | 215.83 | 0.47 | 0.7 |
| Hex | 8E | AB | D6 | 22 | 14 | 0 | 10 | D8 | 2F | 46 |
| Octal | 216 | 253 | 326 | 42 | 24 | 0 | 20 | 330 | 57 | 106 |
| Binary | 10001110 | 10101011 | 11010110 | 100010 | 10100 | 0 | 10000 | 11011000 | 101111 | 1000110 |
Color Harmonies of #8EABD6
Complementary color
Monochromatic Colors of #8EABD6
Black with #8EABD6
Text Example
Text Example
White with #8EABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABD6; }
p { color: rgb(142,171,214); }
H1.HeaderClassName
{
color: #8EABD6;
}
.AnyTagClassName
{
color: #8EABD6;
}
</style>
background-color css
<style>
a { background-color: #8EABD6; }
a { background-color: rgb(142,171,214); }
div.DivClassName
{
background-color: #8EABD6;
}
.BgClassName
{
background-color: #8EABD6;
}
</style>
border-color css
<style>
span { border-color: #8EABD6; }
span { border-color: rgb(142,171,214); }
td.TdClassName
{
border-color: #8EABD6;
}
.TagClassName
{
border-color: #8EABD6;
}
</style>