Shades of Polo Blue #8BACCF
Tints of Polo Blue #8BACCF
RGB
CMYK
RGB Variations
Color information
#8BACCF (or 0x8BACCF) is known color: Polo Blue. HEX triplet: 8B, AC and CF. RGB value is (139,172,207). Sum of RGB (Red+Green+Blue) = 139+172+207=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACCF is #745330. Grayscale: #A5A5A5. Windows color (decimal): -7623473 or 13610123. OLE color: 13610123.
HSL color Cylindrical-coordinate representation of color #8BACCF: hue angle of 210.88º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BACCF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 172 | 207 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.19 |
| HSL | 210.88º | 0.41% | 0.68% | - |
| HSV(B) | 210.88º | 0.33% | 0.81% | - |
| XYZ | 36.66 | 39.5 | 64.72 | - |
| YUV | 166.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 207 | 0.33 | 0.17 | 0 | 0.19 | 210.88 | 0.41 | 0.68 |
| Hex | 8B | AC | CF | 21 | 11 | 0 | 13 | D3 | 29 | 44 |
| Octal | 213 | 254 | 317 | 41 | 21 | 0 | 23 | 323 | 51 | 104 |
| Binary | 10001011 | 10101100 | 11001111 | 100001 | 10001 | 0 | 10011 | 11010011 | 101001 | 1000100 |
Color Harmonies of #8BACCF
Complementary color
Monochromatic Colors of #8BACCF
Black with #8BACCF
Text Example
Text Example
White with #8BACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACCF; }
p { color: rgb(139,172,207); }
H1.HeaderClassName
{
color: #8BACCF;
}
.AnyTagClassName
{
color: #8BACCF;
}
</style>
background-color css
<style>
a { background-color: #8BACCF; }
a { background-color: rgb(139,172,207); }
div.DivClassName
{
background-color: #8BACCF;
}
.BgClassName
{
background-color: #8BACCF;
}
</style>
border-color css
<style>
span { border-color: #8BACCF; }
span { border-color: rgb(139,172,207); }
td.TdClassName
{
border-color: #8BACCF;
}
.TagClassName
{
border-color: #8BACCF;
}
</style>