Shades of Polo Blue #91B7CF
Tints of Polo Blue #91B7CF
RGB
CMYK
RGB Variations
Color information
#91B7CF (or 0x91B7CF) is known color: Polo Blue. HEX triplet: 91, B7 and CF. RGB value is (145,183,207). Sum of RGB (Red+Green+Blue) = 145+183+207=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #91B7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B7CF is #6E4830. Grayscale: #AEAEAE. Windows color (decimal): -7227441 or 13612945. OLE color: 13612945.
HSL color Cylindrical-coordinate representation of color #91B7CF: hue angle of 203.23º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91B7CF is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 183 | 207 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.19 |
| HSL | 203.23º | 0.39% | 0.69% | - |
| HSV(B) | 203.23º | 0.3% | 0.81% | - |
| XYZ | 39.87 | 44.39 | 65.5 | - |
| YUV | 174.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 207 | 0.30 | 0.12 | 0 | 0.19 | 203.23 | 0.39 | 0.69 |
| Hex | 91 | B7 | CF | 1E | C | 0 | 13 | CB | 27 | 45 |
| Octal | 221 | 267 | 317 | 36 | 14 | 0 | 23 | 313 | 47 | 105 |
| Binary | 10010001 | 10110111 | 11001111 | 11110 | 1100 | 0 | 10011 | 11001011 | 100111 | 1000101 |
Color Harmonies of #91B7CF
Complementary color
Monochromatic Colors of #91B7CF
Black with #91B7CF
Text Example
Text Example
White with #91B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B7CF; }
p { color: rgb(145,183,207); }
H1.HeaderClassName
{
color: #91B7CF;
}
.AnyTagClassName
{
color: #91B7CF;
}
</style>
background-color css
<style>
a { background-color: #91B7CF; }
a { background-color: rgb(145,183,207); }
div.DivClassName
{
background-color: #91B7CF;
}
.BgClassName
{
background-color: #91B7CF;
}
</style>
border-color css
<style>
span { border-color: #91B7CF; }
span { border-color: rgb(145,183,207); }
td.TdClassName
{
border-color: #91B7CF;
}
.TagClassName
{
border-color: #91B7CF;
}
</style>