Shades of Polo Blue #8EA8DF
Tints of Polo Blue #8EA8DF
RGB
CMYK
RGB Variations
Color information
#8EA8DF (or 0x8EA8DF) is known color: Polo Blue. HEX triplet: 8E, A8 and DF. RGB value is (142,168,223). Sum of RGB (Red+Green+Blue) = 142+168+223=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8DF is #715720. Grayscale: #A6A6A6. Windows color (decimal): -7427873 or 14657678. OLE color: 14657678.
HSL color Cylindrical-coordinate representation of color #8EA8DF: hue angle of 220.74º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EA8DF is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 168 | 223 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.13 |
| HSL | 220.74º | 0.56% | 0.72% | - |
| HSV(B) | 220.74º | 0.36% | 0.87% | - |
| XYZ | 38.48 | 39.08 | 75.33 | - |
| YUV | 166.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 223 | 0.36 | 0.25 | 0 | 0.13 | 220.74 | 0.56 | 0.72 |
| Hex | 8E | A8 | DF | 24 | 19 | 0 | D | DD | 38 | 48 |
| Octal | 216 | 250 | 337 | 44 | 31 | 0 | 15 | 335 | 70 | 110 |
| Binary | 10001110 | 10101000 | 11011111 | 100100 | 11001 | 0 | 1101 | 11011101 | 111000 | 1001000 |
Color Harmonies of #8EA8DF
Complementary color
Monochromatic Colors of #8EA8DF
Black with #8EA8DF
Text Example
Text Example
White with #8EA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA8DF; }
p { color: rgb(142,168,223); }
H1.HeaderClassName
{
color: #8EA8DF;
}
.AnyTagClassName
{
color: #8EA8DF;
}
</style>
background-color css
<style>
a { background-color: #8EA8DF; }
a { background-color: rgb(142,168,223); }
div.DivClassName
{
background-color: #8EA8DF;
}
.BgClassName
{
background-color: #8EA8DF;
}
</style>
border-color css
<style>
span { border-color: #8EA8DF; }
span { border-color: rgb(142,168,223); }
td.TdClassName
{
border-color: #8EA8DF;
}
.TagClassName
{
border-color: #8EA8DF;
}
</style>