Shades of Polo Blue #8EABDC
Tints of Polo Blue #8EABDC
RGB
CMYK
RGB Variations
Color information
#8EABDC (or 0x8EABDC) is known color: Polo Blue. HEX triplet: 8E, AB and DC. RGB value is (142,171,220). Sum of RGB (Red+Green+Blue) = 142+171+220=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABDC is #715423. Grayscale: #A7A7A7. Windows color (decimal): -7427108 or 14461838. OLE color: 14461838.
HSL color Cylindrical-coordinate representation of color #8EABDC: hue angle of 217.69º degrees, saturation: 0.53, 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 #8EABDC is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 171 | 220 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.14 |
| HSL | 217.69º | 0.53% | 0.71% | - |
| HSV(B) | 217.69º | 0.35% | 0.86% | - |
| XYZ | 38.64 | 40.04 | 73.4 | - |
| YUV | 167.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 220 | 0.35 | 0.22 | 0 | 0.14 | 217.69 | 0.53 | 0.71 |
| Hex | 8E | AB | DC | 23 | 16 | 0 | E | DA | 35 | 47 |
| Octal | 216 | 253 | 334 | 43 | 26 | 0 | 16 | 332 | 65 | 107 |
| Binary | 10001110 | 10101011 | 11011100 | 100011 | 10110 | 0 | 1110 | 11011010 | 110101 | 1000111 |
Color Harmonies of #8EABDC
Complementary color
Monochromatic Colors of #8EABDC
Black with #8EABDC
Text Example
Text Example
White with #8EABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABDC; }
p { color: rgb(142,171,220); }
H1.HeaderClassName
{
color: #8EABDC;
}
.AnyTagClassName
{
color: #8EABDC;
}
</style>
background-color css
<style>
a { background-color: #8EABDC; }
a { background-color: rgb(142,171,220); }
div.DivClassName
{
background-color: #8EABDC;
}
.BgClassName
{
background-color: #8EABDC;
}
</style>
border-color css
<style>
span { border-color: #8EABDC; }
span { border-color: rgb(142,171,220); }
td.TdClassName
{
border-color: #8EABDC;
}
.TagClassName
{
border-color: #8EABDC;
}
</style>