Shades of Polo Blue #8BB3CB
Tints of Polo Blue #8BB3CB
RGB
CMYK
RGB Variations
Color information
#8BB3CB (or 0x8BB3CB) is known color: Polo Blue. HEX triplet: 8B, B3 and CB. RGB value is (139,179,203). Sum of RGB (Red+Green+Blue) = 139+179+203=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BB3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB3CB is #744C34. Grayscale: #A9A9A9. Windows color (decimal): -7621685 or 13349771. OLE color: 13349771.
HSL color Cylindrical-coordinate representation of color #8BB3CB: hue angle of 202.5º 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 #8BB3CB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 179 | 203 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.20 |
| HSL | 202.5º | 0.38% | 0.67% | - |
| HSV(B) | 202.5º | 0.32% | 0.8% | - |
| XYZ | 37.55 | 42.04 | 62.64 | - |
| YUV | 169.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 179 | 203 | 0.32 | 0.12 | 0 | 0.20 | 202.5 | 0.38 | 0.67 |
| Hex | 8B | B3 | CB | 20 | C | 0 | 14 | CA | 26 | 43 |
| Octal | 213 | 263 | 313 | 40 | 14 | 0 | 24 | 312 | 46 | 103 |
| Binary | 10001011 | 10110011 | 11001011 | 100000 | 1100 | 0 | 10100 | 11001010 | 100110 | 1000011 |
Color Harmonies of #8BB3CB
Complementary color
Monochromatic Colors of #8BB3CB
Black with #8BB3CB
Text Example
Text Example
White with #8BB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB3CB; }
p { color: rgb(139,179,203); }
H1.HeaderClassName
{
color: #8BB3CB;
}
.AnyTagClassName
{
color: #8BB3CB;
}
</style>
background-color css
<style>
a { background-color: #8BB3CB; }
a { background-color: rgb(139,179,203); }
div.DivClassName
{
background-color: #8BB3CB;
}
.BgClassName
{
background-color: #8BB3CB;
}
</style>
border-color css
<style>
span { border-color: #8BB3CB; }
span { border-color: rgb(139,179,203); }
td.TdClassName
{
border-color: #8BB3CB;
}
.TagClassName
{
border-color: #8BB3CB;
}
</style>