Shades of Polo Blue #8BB1CB
Tints of Polo Blue #8BB1CB
RGB
CMYK
RGB Variations
Color information
#8BB1CB (or 0x8BB1CB) is known color: Polo Blue. HEX triplet: 8B, B1 and CB. RGB value is (139,177,203). Sum of RGB (Red+Green+Blue) = 139+177+203=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1CB is #744E34. Grayscale: #A8A8A8. Windows color (decimal): -7622197 or 13349259. OLE color: 13349259.
HSL color Cylindrical-coordinate representation of color #8BB1CB: hue angle of 204.38º 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 #8BB1CB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 177 | 203 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.20 |
| HSL | 204.38º | 0.38% | 0.67% | - |
| HSV(B) | 204.38º | 0.32% | 0.8% | - |
| XYZ | 37.15 | 41.25 | 62.5 | - |
| YUV | 168.6 | 147.41 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 203 | 0.32 | 0.13 | 0 | 0.20 | 204.38 | 0.38 | 0.67 |
| Hex | 8B | B1 | CB | 20 | D | 0 | 14 | CC | 26 | 43 |
| Octal | 213 | 261 | 313 | 40 | 15 | 0 | 24 | 314 | 46 | 103 |
| Binary | 10001011 | 10110001 | 11001011 | 100000 | 1101 | 0 | 10100 | 11001100 | 100110 | 1000011 |
Color Harmonies of #8BB1CB
Complementary color
Monochromatic Colors of #8BB1CB
Black with #8BB1CB
Text Example
Text Example
White with #8BB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB1CB; }
p { color: rgb(139,177,203); }
H1.HeaderClassName
{
color: #8BB1CB;
}
.AnyTagClassName
{
color: #8BB1CB;
}
</style>
background-color css
<style>
a { background-color: #8BB1CB; }
a { background-color: rgb(139,177,203); }
div.DivClassName
{
background-color: #8BB1CB;
}
.BgClassName
{
background-color: #8BB1CB;
}
</style>
border-color css
<style>
span { border-color: #8BB1CB; }
span { border-color: rgb(139,177,203); }
td.TdClassName
{
border-color: #8BB1CB;
}
.TagClassName
{
border-color: #8BB1CB;
}
</style>