Shades of Polo Blue #8BACCD
Tints of Polo Blue #8BACCD
RGB
CMYK
RGB Variations
Color information
#8BACCD (or 0x8BACCD) is known color: Polo Blue. HEX triplet: 8B, AC and CD. RGB value is (139,172,205). Sum of RGB (Red+Green+Blue) = 139+172+205=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACCD is #745332. Grayscale: #A5A5A5. Windows color (decimal): -7623475 or 13479051. OLE color: 13479051.
HSL color Cylindrical-coordinate representation of color #8BACCD: hue angle of 210º degrees, saturation: 0.4, 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 #8BACCD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 172 | 205 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.20 |
| HSL | 210º | 0.4% | 0.67% | - |
| HSV(B) | 210º | 0.32% | 0.8% | - |
| XYZ | 36.42 | 39.4 | 63.44 | - |
| YUV | 165.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 205 | 0.32 | 0.16 | 0 | 0.20 | 210 | 0.4 | 0.67 |
| Hex | 8B | AC | CD | 20 | 10 | 0 | 14 | D2 | 28 | 43 |
| Octal | 213 | 254 | 315 | 40 | 20 | 0 | 24 | 322 | 50 | 103 |
| Binary | 10001011 | 10101100 | 11001101 | 100000 | 10000 | 0 | 10100 | 11010010 | 101000 | 1000011 |
Color Harmonies of #8BACCD
Complementary color
Monochromatic Colors of #8BACCD
Black with #8BACCD
Text Example
Text Example
White with #8BACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACCD; }
p { color: rgb(139,172,205); }
H1.HeaderClassName
{
color: #8BACCD;
}
.AnyTagClassName
{
color: #8BACCD;
}
</style>
background-color css
<style>
a { background-color: #8BACCD; }
a { background-color: rgb(139,172,205); }
div.DivClassName
{
background-color: #8BACCD;
}
.BgClassName
{
background-color: #8BACCD;
}
</style>
border-color css
<style>
span { border-color: #8BACCD; }
span { border-color: rgb(139,172,205); }
td.TdClassName
{
border-color: #8BACCD;
}
.TagClassName
{
border-color: #8BACCD;
}
</style>