Shades of Polo Blue #9BB3CB
Tints of Polo Blue #9BB3CB
RGB
CMYK
RGB Variations
Color information
#9BB3CB (or 0x9BB3CB) is known color: Polo Blue. HEX triplet: 9B, B3 and CB. RGB value is (155,179,203). Sum of RGB (Red+Green+Blue) = 155+179+203=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BB3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB3CB is #644C34. Grayscale: #AEAEAE. Windows color (decimal): -6573109 or 13349787. OLE color: 13349787.
HSL color Cylindrical-coordinate representation of color #9BB3CB: hue angle of 210º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB3CB is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 179 | 203 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.20 |
| HSL | 210º | 0.32% | 0.7% | - |
| HSV(B) | 210º | 0.24% | 0.8% | - |
| XYZ | 40.42 | 43.52 | 62.77 | - |
| YUV | 174.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 203 | 0.24 | 0.12 | 0 | 0.20 | 210 | 0.32 | 0.7 |
| Hex | 9B | B3 | CB | 18 | C | 0 | 14 | D2 | 20 | 46 |
| Octal | 233 | 263 | 313 | 30 | 14 | 0 | 24 | 322 | 40 | 106 |
| Binary | 10011011 | 10110011 | 11001011 | 11000 | 1100 | 0 | 10100 | 11010010 | 100000 | 1000110 |
Color Harmonies of #9BB3CB
Complementary color
Monochromatic Colors of #9BB3CB
Black with #9BB3CB
Text Example
Text Example
White with #9BB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB3CB; }
p { color: rgb(155,179,203); }
H1.HeaderClassName
{
color: #9BB3CB;
}
.AnyTagClassName
{
color: #9BB3CB;
}
</style>
background-color css
<style>
a { background-color: #9BB3CB; }
a { background-color: rgb(155,179,203); }
div.DivClassName
{
background-color: #9BB3CB;
}
.BgClassName
{
background-color: #9BB3CB;
}
</style>
border-color css
<style>
span { border-color: #9BB3CB; }
span { border-color: rgb(155,179,203); }
td.TdClassName
{
border-color: #9BB3CB;
}
.TagClassName
{
border-color: #9BB3CB;
}
</style>