Shades of Polo Blue #91B1DB
Tints of Polo Blue #91B1DB
RGB
CMYK
RGB Variations
Color information
#91B1DB (or 0x91B1DB) is known color: Polo Blue. HEX triplet: 91, B1 and DB. RGB value is (145,177,219). Sum of RGB (Red+Green+Blue) = 145+177+219=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #91B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B1DB is #6E4E24. Grayscale: #ACACAC. Windows color (decimal): -7228965 or 14397841. OLE color: 14397841.
HSL color Cylindrical-coordinate representation of color #91B1DB: hue angle of 214.05º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91B1DB is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 177 | 219 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.14 |
| HSL | 214.05º | 0.51% | 0.71% | - |
| HSV(B) | 214.05º | 0.34% | 0.86% | - |
| XYZ | 40.19 | 42.58 | 73.12 | - |
| YUV | 172.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 177 | 219 | 0.34 | 0.19 | 0 | 0.14 | 214.05 | 0.51 | 0.71 |
| Hex | 91 | B1 | DB | 22 | 13 | 0 | E | D6 | 33 | 47 |
| Octal | 221 | 261 | 333 | 42 | 23 | 0 | 16 | 326 | 63 | 107 |
| Binary | 10010001 | 10110001 | 11011011 | 100010 | 10011 | 0 | 1110 | 11010110 | 110011 | 1000111 |
Color Harmonies of #91B1DB
Complementary color
Monochromatic Colors of #91B1DB
Black with #91B1DB
Text Example
Text Example
White with #91B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B1DB; }
p { color: rgb(145,177,219); }
H1.HeaderClassName
{
color: #91B1DB;
}
.AnyTagClassName
{
color: #91B1DB;
}
</style>
background-color css
<style>
a { background-color: #91B1DB; }
a { background-color: rgb(145,177,219); }
div.DivClassName
{
background-color: #91B1DB;
}
.BgClassName
{
background-color: #91B1DB;
}
</style>
border-color css
<style>
span { border-color: #91B1DB; }
span { border-color: rgb(145,177,219); }
td.TdClassName
{
border-color: #91B1DB;
}
.TagClassName
{
border-color: #91B1DB;
}
</style>