Shades of Polo Blue #8EADCC
Tints of Polo Blue #8EADCC
RGB
CMYK
RGB Variations
Color information
#8EADCC (or 0x8EADCC) is known color: Polo Blue. HEX triplet: 8E, AD and CC. RGB value is (142,173,204). Sum of RGB (Red+Green+Blue) = 142+173+204=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADCC is #715233. Grayscale: #A7A7A7. Windows color (decimal): -7426612 or 13413774. OLE color: 13413774.
HSL color Cylindrical-coordinate representation of color #8EADCC: hue angle of 210º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EADCC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 173 | 204 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.2 |
| HSL | 210º | 0.38% | 0.68% | - |
| HSV(B) | 210º | 0.3% | 0.8% | - |
| XYZ | 37 | 40 | 62.9 | - |
| YUV | 167.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 204 | 0.30 | 0.15 | 0 | 0.2 | 210 | 0.38 | 0.68 |
| Hex | 8E | AD | CC | 1E | F | 0 | 14 | D2 | 26 | 44 |
| Octal | 216 | 255 | 314 | 36 | 17 | 0 | 24 | 322 | 46 | 104 |
| Binary | 10001110 | 10101101 | 11001100 | 11110 | 1111 | 0 | 10100 | 11010010 | 100110 | 1000100 |
Color Harmonies of #8EADCC
Complementary color
Monochromatic Colors of #8EADCC
Black with #8EADCC
Text Example
Text Example
White with #8EADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADCC; }
p { color: rgb(142,173,204); }
H1.HeaderClassName
{
color: #8EADCC;
}
.AnyTagClassName
{
color: #8EADCC;
}
</style>
background-color css
<style>
a { background-color: #8EADCC; }
a { background-color: rgb(142,173,204); }
div.DivClassName
{
background-color: #8EADCC;
}
.BgClassName
{
background-color: #8EADCC;
}
</style>
border-color css
<style>
span { border-color: #8EADCC; }
span { border-color: rgb(142,173,204); }
td.TdClassName
{
border-color: #8EADCC;
}
.TagClassName
{
border-color: #8EADCC;
}
</style>