Shades of Polo Blue #8EADDC
Tints of Polo Blue #8EADDC
RGB
CMYK
RGB Variations
Color information
#8EADDC (or 0x8EADDC) is known color: Polo Blue. HEX triplet: 8E, AD and DC. RGB value is (142,173,220). Sum of RGB (Red+Green+Blue) = 142+173+220=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADDC is #715223. Grayscale: #A8A8A8. Windows color (decimal): -7426596 or 14462350. OLE color: 14462350.
HSL color Cylindrical-coordinate representation of color #8EADDC: hue angle of 216.15º 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 #8EADDC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 173 | 220 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.14 |
| HSL | 216.15º | 0.53% | 0.71% | - |
| HSV(B) | 216.15º | 0.35% | 0.86% | - |
| XYZ | 39.02 | 40.81 | 73.53 | - |
| YUV | 169.09 | 156.73 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 220 | 0.35 | 0.21 | 0 | 0.14 | 216.15 | 0.53 | 0.71 |
| Hex | 8E | AD | DC | 23 | 15 | 0 | E | D8 | 35 | 47 |
| Octal | 216 | 255 | 334 | 43 | 25 | 0 | 16 | 330 | 65 | 107 |
| Binary | 10001110 | 10101101 | 11011100 | 100011 | 10101 | 0 | 1110 | 11011000 | 110101 | 1000111 |
Color Harmonies of #8EADDC
Complementary color
Monochromatic Colors of #8EADDC
Black with #8EADDC
Text Example
Text Example
White with #8EADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADDC; }
p { color: rgb(142,173,220); }
H1.HeaderClassName
{
color: #8EADDC;
}
.AnyTagClassName
{
color: #8EADDC;
}
</style>
background-color css
<style>
a { background-color: #8EADDC; }
a { background-color: rgb(142,173,220); }
div.DivClassName
{
background-color: #8EADDC;
}
.BgClassName
{
background-color: #8EADDC;
}
</style>
border-color css
<style>
span { border-color: #8EADDC; }
span { border-color: rgb(142,173,220); }
td.TdClassName
{
border-color: #8EADDC;
}
.TagClassName
{
border-color: #8EADDC;
}
</style>