Shades of Polo Blue #8EB2D8
Tints of Polo Blue #8EB2D8
RGB
CMYK
RGB Variations
Color information
#8EB2D8 (or 0x8EB2D8) is known color: Polo Blue. HEX triplet: 8E, B2 and D8. RGB value is (142,178,216). Sum of RGB (Red+Green+Blue) = 142+178+216=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #8EB2D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB2D8 is #714D27. Grayscale: #ABABAB. Windows color (decimal): -7425320 or 14201486. OLE color: 14201486.
HSL color Cylindrical-coordinate representation of color #8EB2D8: hue angle of 210.81º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EB2D8 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 178 | 216 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.15 |
| HSL | 210.81º | 0.49% | 0.7% | - |
| HSV(B) | 210.81º | 0.34% | 0.85% | - |
| XYZ | 39.47 | 42.55 | 71.1 | - |
| YUV | 171.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 178 | 216 | 0.34 | 0.18 | 0 | 0.15 | 210.81 | 0.49 | 0.7 |
| Hex | 8E | B2 | D8 | 22 | 12 | 0 | F | D3 | 31 | 46 |
| Octal | 216 | 262 | 330 | 42 | 22 | 0 | 17 | 323 | 61 | 106 |
| Binary | 10001110 | 10110010 | 11011000 | 100010 | 10010 | 0 | 1111 | 11010011 | 110001 | 1000110 |
Color Harmonies of #8EB2D8
Complementary color
Monochromatic Colors of #8EB2D8
Black with #8EB2D8
Text Example
Text Example
White with #8EB2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB2D8; }
p { color: rgb(142,178,216); }
H1.HeaderClassName
{
color: #8EB2D8;
}
.AnyTagClassName
{
color: #8EB2D8;
}
</style>
background-color css
<style>
a { background-color: #8EB2D8; }
a { background-color: rgb(142,178,216); }
div.DivClassName
{
background-color: #8EB2D8;
}
.BgClassName
{
background-color: #8EB2D8;
}
</style>
border-color css
<style>
span { border-color: #8EB2D8; }
span { border-color: rgb(142,178,216); }
td.TdClassName
{
border-color: #8EB2D8;
}
.TagClassName
{
border-color: #8EB2D8;
}
</style>