Shades of Polo Blue #91B1CF
Tints of Polo Blue #91B1CF
RGB
CMYK
RGB Variations
Color information
#91B1CF (or 0x91B1CF) is known color: Polo Blue. HEX triplet: 91, B1 and CF. RGB value is (145,177,207). Sum of RGB (Red+Green+Blue) = 145+177+207=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #91B1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B1CF is #6E4E30. Grayscale: #AAAAAA. Windows color (decimal): -7228977 or 13611409. OLE color: 13611409.
HSL color Cylindrical-coordinate representation of color #91B1CF: hue angle of 209.03º 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 #91B1CF is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 177 | 207 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.19 |
| HSL | 209.03º | 0.39% | 0.69% | - |
| HSV(B) | 209.03º | 0.3% | 0.81% | - |
| XYZ | 38.66 | 41.97 | 65.09 | - |
| YUV | 170.85 | 148.4 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 177 | 207 | 0.30 | 0.14 | 0 | 0.19 | 209.03 | 0.39 | 0.69 |
| Hex | 91 | B1 | CF | 1E | E | 0 | 13 | D1 | 27 | 45 |
| Octal | 221 | 261 | 317 | 36 | 16 | 0 | 23 | 321 | 47 | 105 |
| Binary | 10010001 | 10110001 | 11001111 | 11110 | 1110 | 0 | 10011 | 11010001 | 100111 | 1000101 |
Color Harmonies of #91B1CF
Complementary color
Monochromatic Colors of #91B1CF
Black with #91B1CF
Text Example
Text Example
White with #91B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B1CF; }
p { color: rgb(145,177,207); }
H1.HeaderClassName
{
color: #91B1CF;
}
.AnyTagClassName
{
color: #91B1CF;
}
</style>
background-color css
<style>
a { background-color: #91B1CF; }
a { background-color: rgb(145,177,207); }
div.DivClassName
{
background-color: #91B1CF;
}
.BgClassName
{
background-color: #91B1CF;
}
</style>
border-color css
<style>
span { border-color: #91B1CF; }
span { border-color: rgb(145,177,207); }
td.TdClassName
{
border-color: #91B1CF;
}
.TagClassName
{
border-color: #91B1CF;
}
</style>