Shades of Polo Blue #8EAFC8
Tints of Polo Blue #8EAFC8
RGB
CMYK
RGB Variations
Color information
#8EAFC8 (or 0x8EAFC8) is known color: Polo Blue. HEX triplet: 8E, AF and C8. RGB value is (142,175,200). Sum of RGB (Red+Green+Blue) = 142+175+200=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 200 - color contains mainly: blue. Hex color #8EAFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFC8 is #715037. Grayscale: #A7A7A7. Windows color (decimal): -7426104 or 13152142. OLE color: 13152142.
HSL color Cylindrical-coordinate representation of color #8EAFC8: hue angle of 205.86º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EAFC8 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 175 | 200 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.22 |
| HSL | 205.86º | 0.35% | 0.67% | - |
| HSV(B) | 205.86º | 0.29% | 0.78% | - |
| XYZ | 36.91 | 40.58 | 60.53 | - |
| YUV | 167.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 200 | 0.29 | 0.12 | 0 | 0.22 | 205.86 | 0.35 | 0.67 |
| Hex | 8E | AF | C8 | 1D | C | 0 | 16 | CE | 23 | 43 |
| Octal | 216 | 257 | 310 | 35 | 14 | 0 | 26 | 316 | 43 | 103 |
| Binary | 10001110 | 10101111 | 11001000 | 11101 | 1100 | 0 | 10110 | 11001110 | 100011 | 1000011 |
Color Harmonies of #8EAFC8
Complementary color
Monochromatic Colors of #8EAFC8
Black with #8EAFC8
Text Example
Text Example
White with #8EAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAFC8; }
p { color: rgb(142,175,200); }
H1.HeaderClassName
{
color: #8EAFC8;
}
.AnyTagClassName
{
color: #8EAFC8;
}
</style>
background-color css
<style>
a { background-color: #8EAFC8; }
a { background-color: rgb(142,175,200); }
div.DivClassName
{
background-color: #8EAFC8;
}
.BgClassName
{
background-color: #8EAFC8;
}
</style>
border-color css
<style>
span { border-color: #8EAFC8; }
span { border-color: rgb(142,175,200); }
td.TdClassName
{
border-color: #8EAFC8;
}
.TagClassName
{
border-color: #8EAFC8;
}
</style>