Shades of Polo Blue #8BAACC
Tints of Polo Blue #8BAACC
RGB
CMYK
RGB Variations
Color information
#8BAACC (or 0x8BAACC) is known color: Polo Blue. HEX triplet: 8B, AA and CC. RGB value is (139,170,204). Sum of RGB (Red+Green+Blue) = 139+170+204=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAACC is #745533. Grayscale: #A4A4A4. Windows color (decimal): -7623988 or 13413003. OLE color: 13413003.
HSL color Cylindrical-coordinate representation of color #8BAACC: hue angle of 211.38º 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 #8BAACC is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 170 | 204 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.2 |
| HSL | 211.38º | 0.39% | 0.67% | - |
| HSV(B) | 211.38º | 0.32% | 0.8% | - |
| XYZ | 35.92 | 38.6 | 62.68 | - |
| YUV | 164.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 204 | 0.32 | 0.17 | 0 | 0.2 | 211.38 | 0.39 | 0.67 |
| Hex | 8B | AA | CC | 20 | 11 | 0 | 14 | D3 | 27 | 43 |
| Octal | 213 | 252 | 314 | 40 | 21 | 0 | 24 | 323 | 47 | 103 |
| Binary | 10001011 | 10101010 | 11001100 | 100000 | 10001 | 0 | 10100 | 11010011 | 100111 | 1000011 |
Color Harmonies of #8BAACC
Complementary color
Monochromatic Colors of #8BAACC
Black with #8BAACC
Text Example
Text Example
White with #8BAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAACC; }
p { color: rgb(139,170,204); }
H1.HeaderClassName
{
color: #8BAACC;
}
.AnyTagClassName
{
color: #8BAACC;
}
</style>
background-color css
<style>
a { background-color: #8BAACC; }
a { background-color: rgb(139,170,204); }
div.DivClassName
{
background-color: #8BAACC;
}
.BgClassName
{
background-color: #8BAACC;
}
</style>
border-color css
<style>
span { border-color: #8BAACC; }
span { border-color: rgb(139,170,204); }
td.TdClassName
{
border-color: #8BAACC;
}
.TagClassName
{
border-color: #8BAACC;
}
</style>