Shades of Polo Blue #8EABDD
Tints of Polo Blue #8EABDD
RGB
CMYK
RGB Variations
Color information
#8EABDD (or 0x8EABDD) is known color: Polo Blue. HEX triplet: 8E, AB and DD. RGB value is (142,171,221). Sum of RGB (Red+Green+Blue) = 142+171+221=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABDD is #715422. Grayscale: #A7A7A7. Windows color (decimal): -7427107 or 14527374. OLE color: 14527374.
HSL color Cylindrical-coordinate representation of color #8EABDD: hue angle of 217.97º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EABDD is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 171 | 221 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.13 |
| HSL | 217.97º | 0.54% | 0.71% | - |
| HSV(B) | 217.97º | 0.36% | 0.87% | - |
| XYZ | 38.77 | 40.1 | 74.1 | - |
| YUV | 168.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 221 | 0.36 | 0.23 | 0 | 0.13 | 217.97 | 0.54 | 0.71 |
| Hex | 8E | AB | DD | 24 | 17 | 0 | D | DA | 36 | 47 |
| Octal | 216 | 253 | 335 | 44 | 27 | 0 | 15 | 332 | 66 | 107 |
| Binary | 10001110 | 10101011 | 11011101 | 100100 | 10111 | 0 | 1101 | 11011010 | 110110 | 1000111 |
Color Harmonies of #8EABDD
Complementary color
Monochromatic Colors of #8EABDD
Black with #8EABDD
Text Example
Text Example
White with #8EABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABDD; }
p { color: rgb(142,171,221); }
H1.HeaderClassName
{
color: #8EABDD;
}
.AnyTagClassName
{
color: #8EABDD;
}
</style>
background-color css
<style>
a { background-color: #8EABDD; }
a { background-color: rgb(142,171,221); }
div.DivClassName
{
background-color: #8EABDD;
}
.BgClassName
{
background-color: #8EABDD;
}
</style>
border-color css
<style>
span { border-color: #8EABDD; }
span { border-color: rgb(142,171,221); }
td.TdClassName
{
border-color: #8EABDD;
}
.TagClassName
{
border-color: #8EABDD;
}
</style>