Shades of Polo Blue #8EABCD
Tints of Polo Blue #8EABCD
RGB
CMYK
RGB Variations
Color information
#8EABCD (or 0x8EABCD) is known color: Polo Blue. HEX triplet: 8E, AB and CD. RGB value is (142,171,205). Sum of RGB (Red+Green+Blue) = 142+171+205=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABCD is #715432. Grayscale: #A6A6A6. Windows color (decimal): -7427123 or 13478798. OLE color: 13478798.
HSL color Cylindrical-coordinate representation of color #8EABCD: hue angle of 212.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EABCD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 171 | 205 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.20 |
| HSL | 212.38º | 0.39% | 0.68% | - |
| HSV(B) | 212.38º | 0.31% | 0.8% | - |
| XYZ | 36.74 | 39.28 | 63.4 | - |
| YUV | 166.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 205 | 0.31 | 0.17 | 0 | 0.20 | 212.38 | 0.39 | 0.68 |
| Hex | 8E | AB | CD | 1F | 11 | 0 | 14 | D4 | 27 | 44 |
| Octal | 216 | 253 | 315 | 37 | 21 | 0 | 24 | 324 | 47 | 104 |
| Binary | 10001110 | 10101011 | 11001101 | 11111 | 10001 | 0 | 10100 | 11010100 | 100111 | 1000100 |
Color Harmonies of #8EABCD
Complementary color
Monochromatic Colors of #8EABCD
Black with #8EABCD
Text Example
Text Example
White with #8EABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABCD; }
p { color: rgb(142,171,205); }
H1.HeaderClassName
{
color: #8EABCD;
}
.AnyTagClassName
{
color: #8EABCD;
}
</style>
background-color css
<style>
a { background-color: #8EABCD; }
a { background-color: rgb(142,171,205); }
div.DivClassName
{
background-color: #8EABCD;
}
.BgClassName
{
background-color: #8EABCD;
}
</style>
border-color css
<style>
span { border-color: #8EABCD; }
span { border-color: rgb(142,171,205); }
td.TdClassName
{
border-color: #8EABCD;
}
.TagClassName
{
border-color: #8EABCD;
}
</style>