Shades of Polo Blue #8BACCC
Tints of Polo Blue #8BACCC
RGB
CMYK
RGB Variations
Color information
#8BACCC (or 0x8BACCC) is known color: Polo Blue. HEX triplet: 8B, AC and CC. RGB value is (139,172,204). Sum of RGB (Red+Green+Blue) = 139+172+204=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACCC is #745333. Grayscale: #A5A5A5. Windows color (decimal): -7623476 or 13413515. OLE color: 13413515.
HSL color Cylindrical-coordinate representation of color #8BACCC: hue angle of 209.54º 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 #8BACCC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 172 | 204 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.2 |
| HSL | 209.54º | 0.39% | 0.67% | - |
| HSV(B) | 209.54º | 0.32% | 0.8% | - |
| XYZ | 36.3 | 39.35 | 62.81 | - |
| YUV | 165.78 | 149.57 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 204 | 0.32 | 0.16 | 0 | 0.2 | 209.54 | 0.39 | 0.67 |
| Hex | 8B | AC | CC | 20 | 10 | 0 | 14 | D2 | 27 | 43 |
| Octal | 213 | 254 | 314 | 40 | 20 | 0 | 24 | 322 | 47 | 103 |
| Binary | 10001011 | 10101100 | 11001100 | 100000 | 10000 | 0 | 10100 | 11010010 | 100111 | 1000011 |
Color Harmonies of #8BACCC
Complementary color
Monochromatic Colors of #8BACCC
Black with #8BACCC
Text Example
Text Example
White with #8BACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACCC; }
p { color: rgb(139,172,204); }
H1.HeaderClassName
{
color: #8BACCC;
}
.AnyTagClassName
{
color: #8BACCC;
}
</style>
background-color css
<style>
a { background-color: #8BACCC; }
a { background-color: rgb(139,172,204); }
div.DivClassName
{
background-color: #8BACCC;
}
.BgClassName
{
background-color: #8BACCC;
}
</style>
border-color css
<style>
span { border-color: #8BACCC; }
span { border-color: rgb(139,172,204); }
td.TdClassName
{
border-color: #8BACCC;
}
.TagClassName
{
border-color: #8BACCC;
}
</style>