Shades of Polo Blue #8BA8D8
Tints of Polo Blue #8BA8D8
RGB
CMYK
RGB Variations
Color information
#8BA8D8 (or 0x8BA8D8) is known color: Polo Blue. HEX triplet: 8B, A8 and D8. RGB value is (139,168,216). Sum of RGB (Red+Green+Blue) = 139+168+216=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BA8D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8D8 is #745727. Grayscale: #A4A4A4. Windows color (decimal): -7624488 or 14198923. OLE color: 14198923.
HSL color Cylindrical-coordinate representation of color #8BA8D8: hue angle of 217.4º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BA8D8 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 168 | 216 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.15 |
| HSL | 217.4º | 0.5% | 0.7% | - |
| HSV(B) | 217.4º | 0.36% | 0.85% | - |
| XYZ | 37.04 | 38.45 | 70.44 | - |
| YUV | 164.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 216 | 0.36 | 0.22 | 0 | 0.15 | 217.4 | 0.5 | 0.7 |
| Hex | 8B | A8 | D8 | 24 | 16 | 0 | F | D9 | 32 | 46 |
| Octal | 213 | 250 | 330 | 44 | 26 | 0 | 17 | 331 | 62 | 106 |
| Binary | 10001011 | 10101000 | 11011000 | 100100 | 10110 | 0 | 1111 | 11011001 | 110010 | 1000110 |
Color Harmonies of #8BA8D8
Complementary color
Monochromatic Colors of #8BA8D8
Black with #8BA8D8
Text Example
Text Example
White with #8BA8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8D8; }
p { color: rgb(139,168,216); }
H1.HeaderClassName
{
color: #8BA8D8;
}
.AnyTagClassName
{
color: #8BA8D8;
}
</style>
background-color css
<style>
a { background-color: #8BA8D8; }
a { background-color: rgb(139,168,216); }
div.DivClassName
{
background-color: #8BA8D8;
}
.BgClassName
{
background-color: #8BA8D8;
}
</style>
border-color css
<style>
span { border-color: #8BA8D8; }
span { border-color: rgb(139,168,216); }
td.TdClassName
{
border-color: #8BA8D8;
}
.TagClassName
{
border-color: #8BA8D8;
}
</style>