Shades of Polo Blue #91B7CE
Tints of Polo Blue #91B7CE
RGB
CMYK
RGB Variations
Color information
#91B7CE (or 0x91B7CE) is known color: Polo Blue. HEX triplet: 91, B7 and CE. RGB value is (145,183,206). Sum of RGB (Red+Green+Blue) = 145+183+206=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #91B7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B7CE is #6E4831. Grayscale: #AEAEAE. Windows color (decimal): -7227442 or 13547409. OLE color: 13547409.
HSL color Cylindrical-coordinate representation of color #91B7CE: hue angle of 202.62º degrees, saturation: 0.38, 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 #91B7CE is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 183 | 206 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.19 |
| HSL | 202.62º | 0.38% | 0.69% | - |
| HSV(B) | 202.62º | 0.3% | 0.81% | - |
| XYZ | 39.75 | 44.34 | 64.86 | - |
| YUV | 174.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 206 | 0.30 | 0.11 | 0 | 0.19 | 202.62 | 0.38 | 0.69 |
| Hex | 91 | B7 | CE | 1E | B | 0 | 13 | CB | 26 | 45 |
| Octal | 221 | 267 | 316 | 36 | 13 | 0 | 23 | 313 | 46 | 105 |
| Binary | 10010001 | 10110111 | 11001110 | 11110 | 1011 | 0 | 10011 | 11001011 | 100110 | 1000101 |
Color Harmonies of #91B7CE
Complementary color
Monochromatic Colors of #91B7CE
Black with #91B7CE
Text Example
Text Example
White with #91B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B7CE; }
p { color: rgb(145,183,206); }
H1.HeaderClassName
{
color: #91B7CE;
}
.AnyTagClassName
{
color: #91B7CE;
}
</style>
background-color css
<style>
a { background-color: #91B7CE; }
a { background-color: rgb(145,183,206); }
div.DivClassName
{
background-color: #91B7CE;
}
.BgClassName
{
background-color: #91B7CE;
}
</style>
border-color css
<style>
span { border-color: #91B7CE; }
span { border-color: rgb(145,183,206); }
td.TdClassName
{
border-color: #91B7CE;
}
.TagClassName
{
border-color: #91B7CE;
}
</style>