Shades of Polo Blue #8EB0DB
Tints of Polo Blue #8EB0DB
RGB
CMYK
RGB Variations
Color information
#8EB0DB (or 0x8EB0DB) is known color: Polo Blue. HEX triplet: 8E, B0 and DB. RGB value is (142,176,219). Sum of RGB (Red+Green+Blue) = 142+176+219=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB0DB is #714F24. Grayscale: #AAAAAA. Windows color (decimal): -7425829 or 14397582. OLE color: 14397582.
HSL color Cylindrical-coordinate representation of color #8EB0DB: hue angle of 213.51º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EB0DB is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 176 | 219 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.14 |
| HSL | 213.51º | 0.52% | 0.71% | - |
| HSV(B) | 213.51º | 0.35% | 0.86% | - |
| XYZ | 39.47 | 41.92 | 73.03 | - |
| YUV | 170.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 176 | 219 | 0.35 | 0.20 | 0 | 0.14 | 213.51 | 0.52 | 0.71 |
| Hex | 8E | B0 | DB | 23 | 14 | 0 | E | D6 | 34 | 47 |
| Octal | 216 | 260 | 333 | 43 | 24 | 0 | 16 | 326 | 64 | 107 |
| Binary | 10001110 | 10110000 | 11011011 | 100011 | 10100 | 0 | 1110 | 11010110 | 110100 | 1000111 |
Color Harmonies of #8EB0DB
Complementary color
Monochromatic Colors of #8EB0DB
Black with #8EB0DB
Text Example
Text Example
White with #8EB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB0DB; }
p { color: rgb(142,176,219); }
H1.HeaderClassName
{
color: #8EB0DB;
}
.AnyTagClassName
{
color: #8EB0DB;
}
</style>
background-color css
<style>
a { background-color: #8EB0DB; }
a { background-color: rgb(142,176,219); }
div.DivClassName
{
background-color: #8EB0DB;
}
.BgClassName
{
background-color: #8EB0DB;
}
</style>
border-color css
<style>
span { border-color: #8EB0DB; }
span { border-color: rgb(142,176,219); }
td.TdClassName
{
border-color: #8EB0DB;
}
.TagClassName
{
border-color: #8EB0DB;
}
</style>