Shades of Polo Blue #8EA8D0
Tints of Polo Blue #8EA8D0
RGB
CMYK
RGB Variations
Color information
#8EA8D0 (or 0x8EA8D0) is known color: Polo Blue. HEX triplet: 8E, A8 and D0. RGB value is (142,168,208). Sum of RGB (Red+Green+Blue) = 142+168+208=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #8EA8D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8D0 is #71572F. Grayscale: #A4A4A4. Windows color (decimal): -7427888 or 13674638. OLE color: 13674638.
HSL color Cylindrical-coordinate representation of color #8EA8D0: hue angle of 216.36º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EA8D0 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 168 | 208 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.18 |
| HSL | 216.36º | 0.41% | 0.69% | - |
| HSV(B) | 216.36º | 0.32% | 0.82% | - |
| XYZ | 36.54 | 38.31 | 65.14 | - |
| YUV | 164.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 208 | 0.32 | 0.19 | 0 | 0.18 | 216.36 | 0.41 | 0.69 |
| Hex | 8E | A8 | D0 | 20 | 13 | 0 | 12 | D8 | 29 | 45 |
| Octal | 216 | 250 | 320 | 40 | 23 | 0 | 22 | 330 | 51 | 105 |
| Binary | 10001110 | 10101000 | 11010000 | 100000 | 10011 | 0 | 10010 | 11011000 | 101001 | 1000101 |
Color Harmonies of #8EA8D0
Complementary color
Monochromatic Colors of #8EA8D0
Black with #8EA8D0
Text Example
Text Example
White with #8EA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA8D0; }
p { color: rgb(142,168,208); }
H1.HeaderClassName
{
color: #8EA8D0;
}
.AnyTagClassName
{
color: #8EA8D0;
}
</style>
background-color css
<style>
a { background-color: #8EA8D0; }
a { background-color: rgb(142,168,208); }
div.DivClassName
{
background-color: #8EA8D0;
}
.BgClassName
{
background-color: #8EA8D0;
}
</style>
border-color css
<style>
span { border-color: #8EA8D0; }
span { border-color: rgb(142,168,208); }
td.TdClassName
{
border-color: #8EA8D0;
}
.TagClassName
{
border-color: #8EA8D0;
}
</style>