Shades of Polo Blue #8EABDB
Tints of Polo Blue #8EABDB
RGB
CMYK
RGB Variations
Color information
#8EABDB (or 0x8EABDB) is known color: Polo Blue. HEX triplet: 8E, AB and DB. RGB value is (142,171,219). Sum of RGB (Red+Green+Blue) = 142+171+219=532 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.69% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABDB is #715424. Grayscale: #A7A7A7. Windows color (decimal): -7427109 or 14396302. OLE color: 14396302.
HSL color Cylindrical-coordinate representation of color #8EABDB: hue angle of 217.4º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EABDB is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 171 | 219 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.14 |
| HSL | 217.4º | 0.52% | 0.71% | - |
| HSV(B) | 217.4º | 0.35% | 0.86% | - |
| XYZ | 38.5 | 39.99 | 72.71 | - |
| YUV | 167.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 219 | 0.35 | 0.22 | 0 | 0.14 | 217.4 | 0.52 | 0.71 |
| Hex | 8E | AB | DB | 23 | 16 | 0 | E | D9 | 34 | 47 |
| Octal | 216 | 253 | 333 | 43 | 26 | 0 | 16 | 331 | 64 | 107 |
| Binary | 10001110 | 10101011 | 11011011 | 100011 | 10110 | 0 | 1110 | 11011001 | 110100 | 1000111 |
Color Harmonies of #8EABDB
Complementary color
Monochromatic Colors of #8EABDB
Black with #8EABDB
Text Example
Text Example
White with #8EABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABDB; }
p { color: rgb(142,171,219); }
H1.HeaderClassName
{
color: #8EABDB;
}
.AnyTagClassName
{
color: #8EABDB;
}
</style>
background-color css
<style>
a { background-color: #8EABDB; }
a { background-color: rgb(142,171,219); }
div.DivClassName
{
background-color: #8EABDB;
}
.BgClassName
{
background-color: #8EABDB;
}
</style>
border-color css
<style>
span { border-color: #8EABDB; }
span { border-color: rgb(142,171,219); }
td.TdClassName
{
border-color: #8EABDB;
}
.TagClassName
{
border-color: #8EABDB;
}
</style>