Shades of Polo Blue #8BAFCC
Tints of Polo Blue #8BAFCC
RGB
CMYK
RGB Variations
Color information
#8BAFCC (or 0x8BAFCC) is known color: Polo Blue. HEX triplet: 8B, AF and CC. RGB value is (139,175,204). Sum of RGB (Red+Green+Blue) = 139+175+204=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFCC is #745033. Grayscale: #A7A7A7. Windows color (decimal): -7622708 or 13414283. OLE color: 13414283.
HSL color Cylindrical-coordinate representation of color #8BAFCC: hue angle of 206.77º 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 #8BAFCC is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 175 | 204 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.2 |
| HSL | 206.77º | 0.39% | 0.67% | - |
| HSV(B) | 206.77º | 0.32% | 0.8% | - |
| XYZ | 36.88 | 40.51 | 63 | - |
| YUV | 167.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 204 | 0.32 | 0.14 | 0 | 0.2 | 206.77 | 0.39 | 0.67 |
| Hex | 8B | AF | CC | 20 | E | 0 | 14 | CF | 27 | 43 |
| Octal | 213 | 257 | 314 | 40 | 16 | 0 | 24 | 317 | 47 | 103 |
| Binary | 10001011 | 10101111 | 11001100 | 100000 | 1110 | 0 | 10100 | 11001111 | 100111 | 1000011 |
Color Harmonies of #8BAFCC
Complementary color
Monochromatic Colors of #8BAFCC
Black with #8BAFCC
Text Example
Text Example
White with #8BAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFCC; }
p { color: rgb(139,175,204); }
H1.HeaderClassName
{
color: #8BAFCC;
}
.AnyTagClassName
{
color: #8BAFCC;
}
</style>
background-color css
<style>
a { background-color: #8BAFCC; }
a { background-color: rgb(139,175,204); }
div.DivClassName
{
background-color: #8BAFCC;
}
.BgClassName
{
background-color: #8BAFCC;
}
</style>
border-color css
<style>
span { border-color: #8BAFCC; }
span { border-color: rgb(139,175,204); }
td.TdClassName
{
border-color: #8BAFCC;
}
.TagClassName
{
border-color: #8BAFCC;
}
</style>