Shades of Polo Blue #8BAACF
Tints of Polo Blue #8BAACF
RGB
CMYK
RGB Variations
Color information
#8BAACF (or 0x8BAACF) is known color: Polo Blue. HEX triplet: 8B, AA and CF. RGB value is (139,170,207). Sum of RGB (Red+Green+Blue) = 139+170+207=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BAACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAACF is #745530. Grayscale: #A4A4A4. Windows color (decimal): -7623985 or 13609611. OLE color: 13609611.
HSL color Cylindrical-coordinate representation of color #8BAACF: hue angle of 212.65º 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 #8BAACF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 170 | 207 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.19 |
| HSL | 212.65º | 0.41% | 0.68% | - |
| HSV(B) | 212.65º | 0.33% | 0.81% | - |
| XYZ | 36.28 | 38.74 | 64.6 | - |
| YUV | 164.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 207 | 0.33 | 0.18 | 0 | 0.19 | 212.65 | 0.41 | 0.68 |
| Hex | 8B | AA | CF | 21 | 12 | 0 | 13 | D5 | 29 | 44 |
| Octal | 213 | 252 | 317 | 41 | 22 | 0 | 23 | 325 | 51 | 104 |
| Binary | 10001011 | 10101010 | 11001111 | 100001 | 10010 | 0 | 10011 | 11010101 | 101001 | 1000100 |
Color Harmonies of #8BAACF
Complementary color
Monochromatic Colors of #8BAACF
Black with #8BAACF
Text Example
Text Example
White with #8BAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAACF; }
p { color: rgb(139,170,207); }
H1.HeaderClassName
{
color: #8BAACF;
}
.AnyTagClassName
{
color: #8BAACF;
}
</style>
background-color css
<style>
a { background-color: #8BAACF; }
a { background-color: rgb(139,170,207); }
div.DivClassName
{
background-color: #8BAACF;
}
.BgClassName
{
background-color: #8BAACF;
}
</style>
border-color css
<style>
span { border-color: #8BAACF; }
span { border-color: rgb(139,170,207); }
td.TdClassName
{
border-color: #8BAACF;
}
.TagClassName
{
border-color: #8BAACF;
}
</style>