Shades of Polo Blue #8BAFCF
Tints of Polo Blue #8BAFCF
RGB
CMYK
RGB Variations
Color information
#8BAFCF (or 0x8BAFCF) is known color: Polo Blue. HEX triplet: 8B, AF and CF. RGB value is (139,175,207). Sum of RGB (Red+Green+Blue) = 139+175+207=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BAFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFCF is #745030. Grayscale: #A7A7A7. Windows color (decimal): -7622705 or 13610891. OLE color: 13610891.
HSL color Cylindrical-coordinate representation of color #8BAFCF: hue angle of 208.24º 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 #8BAFCF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 175 | 207 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.19 |
| HSL | 208.24º | 0.41% | 0.68% | - |
| HSV(B) | 208.24º | 0.33% | 0.81% | - |
| XYZ | 37.24 | 40.65 | 64.92 | - |
| YUV | 167.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 207 | 0.33 | 0.15 | 0 | 0.19 | 208.24 | 0.41 | 0.68 |
| Hex | 8B | AF | CF | 21 | F | 0 | 13 | D0 | 29 | 44 |
| Octal | 213 | 257 | 317 | 41 | 17 | 0 | 23 | 320 | 51 | 104 |
| Binary | 10001011 | 10101111 | 11001111 | 100001 | 1111 | 0 | 10011 | 11010000 | 101001 | 1000100 |
Color Harmonies of #8BAFCF
Complementary color
Monochromatic Colors of #8BAFCF
Black with #8BAFCF
Text Example
Text Example
White with #8BAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFCF; }
p { color: rgb(139,175,207); }
H1.HeaderClassName
{
color: #8BAFCF;
}
.AnyTagClassName
{
color: #8BAFCF;
}
</style>
background-color css
<style>
a { background-color: #8BAFCF; }
a { background-color: rgb(139,175,207); }
div.DivClassName
{
background-color: #8BAFCF;
}
.BgClassName
{
background-color: #8BAFCF;
}
</style>
border-color css
<style>
span { border-color: #8BAFCF; }
span { border-color: rgb(139,175,207); }
td.TdClassName
{
border-color: #8BAFCF;
}
.TagClassName
{
border-color: #8BAFCF;
}
</style>