Shades of Polo Blue #8BA6CC
Tints of Polo Blue #8BA6CC
RGB
CMYK
RGB Variations
Color information
#8BA6CC (or 0x8BA6CC) is known color: Polo Blue. HEX triplet: 8B, A6 and CC. RGB value is (139,166,204). Sum of RGB (Red+Green+Blue) = 139+166+204=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BA6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA6CC is #745933. Grayscale: #A2A2A2. Windows color (decimal): -7625012 or 13411979. OLE color: 13411979.
HSL color Cylindrical-coordinate representation of color #8BA6CC: hue angle of 215.08º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BA6CC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 166 | 204 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.2 |
| HSL | 215.08º | 0.39% | 0.67% | - |
| HSV(B) | 215.08º | 0.32% | 0.8% | - |
| XYZ | 35.18 | 37.12 | 62.44 | - |
| YUV | 162.26 | 151.55 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 204 | 0.32 | 0.19 | 0 | 0.2 | 215.08 | 0.39 | 0.67 |
| Hex | 8B | A6 | CC | 20 | 13 | 0 | 14 | D7 | 27 | 43 |
| Octal | 213 | 246 | 314 | 40 | 23 | 0 | 24 | 327 | 47 | 103 |
| Binary | 10001011 | 10100110 | 11001100 | 100000 | 10011 | 0 | 10100 | 11010111 | 100111 | 1000011 |
Color Harmonies of #8BA6CC
Complementary color
Monochromatic Colors of #8BA6CC
Black with #8BA6CC
Text Example
Text Example
White with #8BA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA6CC; }
p { color: rgb(139,166,204); }
H1.HeaderClassName
{
color: #8BA6CC;
}
.AnyTagClassName
{
color: #8BA6CC;
}
</style>
background-color css
<style>
a { background-color: #8BA6CC; }
a { background-color: rgb(139,166,204); }
div.DivClassName
{
background-color: #8BA6CC;
}
.BgClassName
{
background-color: #8BA6CC;
}
</style>
border-color css
<style>
span { border-color: #8BA6CC; }
span { border-color: rgb(139,166,204); }
td.TdClassName
{
border-color: #8BA6CC;
}
.TagClassName
{
border-color: #8BA6CC;
}
</style>