Shades of Polo Blue #91B5CE
Tints of Polo Blue #91B5CE
RGB
CMYK
RGB Variations
Color information
#91B5CE (or 0x91B5CE) is known color: Polo Blue. HEX triplet: 91, B5 and CE. RGB value is (145,181,206). Sum of RGB (Red+Green+Blue) = 145+181+206=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #91B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B5CE is #6E4A31. Grayscale: #ACACAC. Windows color (decimal): -7227954 or 13546897. OLE color: 13546897.
HSL color Cylindrical-coordinate representation of color #91B5CE: hue angle of 204.59º 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 #91B5CE is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 181 | 206 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.19 |
| HSL | 204.59º | 0.38% | 0.69% | - |
| HSV(B) | 204.59º | 0.3% | 0.81% | - |
| XYZ | 39.34 | 43.52 | 64.72 | - |
| YUV | 173.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 181 | 206 | 0.30 | 0.12 | 0 | 0.19 | 204.59 | 0.38 | 0.69 |
| Hex | 91 | B5 | CE | 1E | C | 0 | 13 | CD | 26 | 45 |
| Octal | 221 | 265 | 316 | 36 | 14 | 0 | 23 | 315 | 46 | 105 |
| Binary | 10010001 | 10110101 | 11001110 | 11110 | 1100 | 0 | 10011 | 11001101 | 100110 | 1000101 |
Color Harmonies of #91B5CE
Complementary color
Monochromatic Colors of #91B5CE
Black with #91B5CE
Text Example
Text Example
White with #91B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B5CE; }
p { color: rgb(145,181,206); }
H1.HeaderClassName
{
color: #91B5CE;
}
.AnyTagClassName
{
color: #91B5CE;
}
</style>
background-color css
<style>
a { background-color: #91B5CE; }
a { background-color: rgb(145,181,206); }
div.DivClassName
{
background-color: #91B5CE;
}
.BgClassName
{
background-color: #91B5CE;
}
</style>
border-color css
<style>
span { border-color: #91B5CE; }
span { border-color: rgb(145,181,206); }
td.TdClassName
{
border-color: #91B5CE;
}
.TagClassName
{
border-color: #91B5CE;
}
</style>