Shades of Polo Blue #8BA8DC
Tints of Polo Blue #8BA8DC
RGB
CMYK
RGB Variations
Color information
#8BA8DC (or 0x8BA8DC) is known color: Polo Blue. HEX triplet: 8B, A8 and DC. RGB value is (139,168,220). Sum of RGB (Red+Green+Blue) = 139+168+220=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8DC is #745723. Grayscale: #A5A5A5. Windows color (decimal): -7624484 or 14461067. OLE color: 14461067.
HSL color Cylindrical-coordinate representation of color #8BA8DC: hue angle of 218.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BA8DC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 168 | 220 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.14 |
| HSL | 218.52º | 0.54% | 0.7% | - |
| HSV(B) | 218.52º | 0.37% | 0.86% | - |
| XYZ | 37.57 | 38.66 | 73.19 | - |
| YUV | 165.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 220 | 0.37 | 0.24 | 0 | 0.14 | 218.52 | 0.54 | 0.7 |
| Hex | 8B | A8 | DC | 25 | 18 | 0 | E | DB | 36 | 46 |
| Octal | 213 | 250 | 334 | 45 | 30 | 0 | 16 | 333 | 66 | 106 |
| Binary | 10001011 | 10101000 | 11011100 | 100101 | 11000 | 0 | 1110 | 11011011 | 110110 | 1000110 |
Color Harmonies of #8BA8DC
Complementary color
Monochromatic Colors of #8BA8DC
Black with #8BA8DC
Text Example
Text Example
White with #8BA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8DC; }
p { color: rgb(139,168,220); }
H1.HeaderClassName
{
color: #8BA8DC;
}
.AnyTagClassName
{
color: #8BA8DC;
}
</style>
background-color css
<style>
a { background-color: #8BA8DC; }
a { background-color: rgb(139,168,220); }
div.DivClassName
{
background-color: #8BA8DC;
}
.BgClassName
{
background-color: #8BA8DC;
}
</style>
border-color css
<style>
span { border-color: #8BA8DC; }
span { border-color: rgb(139,168,220); }
td.TdClassName
{
border-color: #8BA8DC;
}
.TagClassName
{
border-color: #8BA8DC;
}
</style>