Shades of Polo Blue #91B0CB
Tints of Polo Blue #91B0CB
RGB
CMYK
RGB Variations
Color information
#91B0CB (or 0x91B0CB) is known color: Polo Blue. HEX triplet: 91, B0 and CB. RGB value is (145,176,203). Sum of RGB (Red+Green+Blue) = 145+176+203=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #91B0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0CB is #6E4F34. Grayscale: #A9A9A9. Windows color (decimal): -7229237 or 13349009. OLE color: 13349009.
HSL color Cylindrical-coordinate representation of color #91B0CB: hue angle of 207.93º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91B0CB is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 176 | 203 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.20 |
| HSL | 207.93º | 0.36% | 0.68% | - |
| HSV(B) | 207.93º | 0.29% | 0.8% | - |
| XYZ | 37.98 | 41.38 | 62.49 | - |
| YUV | 169.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 203 | 0.29 | 0.13 | 0 | 0.20 | 207.93 | 0.36 | 0.68 |
| Hex | 91 | B0 | CB | 1D | D | 0 | 14 | D0 | 24 | 44 |
| Octal | 221 | 260 | 313 | 35 | 15 | 0 | 24 | 320 | 44 | 104 |
| Binary | 10010001 | 10110000 | 11001011 | 11101 | 1101 | 0 | 10100 | 11010000 | 100100 | 1000100 |
Color Harmonies of #91B0CB
Complementary color
Monochromatic Colors of #91B0CB
Black with #91B0CB
Text Example
Text Example
White with #91B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B0CB; }
p { color: rgb(145,176,203); }
H1.HeaderClassName
{
color: #91B0CB;
}
.AnyTagClassName
{
color: #91B0CB;
}
</style>
background-color css
<style>
a { background-color: #91B0CB; }
a { background-color: rgb(145,176,203); }
div.DivClassName
{
background-color: #91B0CB;
}
.BgClassName
{
background-color: #91B0CB;
}
</style>
border-color css
<style>
span { border-color: #91B0CB; }
span { border-color: rgb(145,176,203); }
td.TdClassName
{
border-color: #91B0CB;
}
.TagClassName
{
border-color: #91B0CB;
}
</style>