Shades of Polo Blue #8EACDA
Tints of Polo Blue #8EACDA
RGB
CMYK
RGB Variations
Color information
#8EACDA (or 0x8EACDA) is known color: Polo Blue. HEX triplet: 8E, AC and DA. RGB value is (142,172,218). Sum of RGB (Red+Green+Blue) = 142+172+218=532 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.69% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #8EACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACDA is #715325. Grayscale: #A8A8A8. Windows color (decimal): -7426854 or 14331022. OLE color: 14331022.
HSL color Cylindrical-coordinate representation of color #8EACDA: hue angle of 216.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EACDA is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 172 | 218 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.15 |
| HSL | 216.32º | 0.51% | 0.71% | - |
| HSV(B) | 216.32º | 0.35% | 0.85% | - |
| XYZ | 38.56 | 40.32 | 72.08 | - |
| YUV | 168.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 218 | 0.35 | 0.21 | 0 | 0.15 | 216.32 | 0.51 | 0.71 |
| Hex | 8E | AC | DA | 23 | 15 | 0 | F | D8 | 33 | 47 |
| Octal | 216 | 254 | 332 | 43 | 25 | 0 | 17 | 330 | 63 | 107 |
| Binary | 10001110 | 10101100 | 11011010 | 100011 | 10101 | 0 | 1111 | 11011000 | 110011 | 1000111 |
Color Harmonies of #8EACDA
Complementary color
Monochromatic Colors of #8EACDA
Black with #8EACDA
Text Example
Text Example
White with #8EACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACDA; }
p { color: rgb(142,172,218); }
H1.HeaderClassName
{
color: #8EACDA;
}
.AnyTagClassName
{
color: #8EACDA;
}
</style>
background-color css
<style>
a { background-color: #8EACDA; }
a { background-color: rgb(142,172,218); }
div.DivClassName
{
background-color: #8EACDA;
}
.BgClassName
{
background-color: #8EACDA;
}
</style>
border-color css
<style>
span { border-color: #8EACDA; }
span { border-color: rgb(142,172,218); }
td.TdClassName
{
border-color: #8EACDA;
}
.TagClassName
{
border-color: #8EACDA;
}
</style>