Shades of Polo Blue #8BAFCB
Tints of Polo Blue #8BAFCB
RGB
CMYK
RGB Variations
Color information
#8BAFCB (or 0x8BAFCB) is known color: Polo Blue. HEX triplet: 8B, AF and CB. RGB value is (139,175,203). Sum of RGB (Red+Green+Blue) = 139+175+203=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BAFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFCB is #745034. Grayscale: #A7A7A7. Windows color (decimal): -7622709 or 13348747. OLE color: 13348747.
HSL color Cylindrical-coordinate representation of color #8BAFCB: hue angle of 206.25º degrees, saturation: 0.38, 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 #8BAFCB is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 175 | 203 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.20 |
| HSL | 206.25º | 0.38% | 0.67% | - |
| HSV(B) | 206.25º | 0.32% | 0.8% | - |
| XYZ | 36.76 | 40.46 | 62.37 | - |
| YUV | 167.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 203 | 0.32 | 0.14 | 0 | 0.20 | 206.25 | 0.38 | 0.67 |
| Hex | 8B | AF | CB | 20 | E | 0 | 14 | CE | 26 | 43 |
| Octal | 213 | 257 | 313 | 40 | 16 | 0 | 24 | 316 | 46 | 103 |
| Binary | 10001011 | 10101111 | 11001011 | 100000 | 1110 | 0 | 10100 | 11001110 | 100110 | 1000011 |
Color Harmonies of #8BAFCB
Complementary color
Monochromatic Colors of #8BAFCB
Black with #8BAFCB
Text Example
Text Example
White with #8BAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFCB; }
p { color: rgb(139,175,203); }
H1.HeaderClassName
{
color: #8BAFCB;
}
.AnyTagClassName
{
color: #8BAFCB;
}
</style>
background-color css
<style>
a { background-color: #8BAFCB; }
a { background-color: rgb(139,175,203); }
div.DivClassName
{
background-color: #8BAFCB;
}
.BgClassName
{
background-color: #8BAFCB;
}
</style>
border-color css
<style>
span { border-color: #8BAFCB; }
span { border-color: rgb(139,175,203); }
td.TdClassName
{
border-color: #8BAFCB;
}
.TagClassName
{
border-color: #8BAFCB;
}
</style>