Shades of Polo Blue #91ABDB
Tints of Polo Blue #91ABDB
RGB
CMYK
RGB Variations
Color information
#91ABDB (or 0x91ABDB) is known color: Polo Blue. HEX triplet: 91, AB and DB. RGB value is (145,171,219). Sum of RGB (Red+Green+Blue) = 145+171+219=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #91ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABDB is #6E5424. Grayscale: #A8A8A8. Windows color (decimal): -7230501 or 14396305. OLE color: 14396305.
HSL color Cylindrical-coordinate representation of color #91ABDB: hue angle of 218.92º 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 #91ABDB is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 171 | 219 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.14 |
| HSL | 218.92º | 0.51% | 0.71% | - |
| HSV(B) | 218.92º | 0.34% | 0.86% | - |
| XYZ | 39.03 | 40.26 | 72.73 | - |
| YUV | 168.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 219 | 0.34 | 0.22 | 0 | 0.14 | 218.92 | 0.51 | 0.71 |
| Hex | 91 | AB | DB | 22 | 16 | 0 | E | DB | 33 | 47 |
| Octal | 221 | 253 | 333 | 42 | 26 | 0 | 16 | 333 | 63 | 107 |
| Binary | 10010001 | 10101011 | 11011011 | 100010 | 10110 | 0 | 1110 | 11011011 | 110011 | 1000111 |
Color Harmonies of #91ABDB
Complementary color
Monochromatic Colors of #91ABDB
Black with #91ABDB
Text Example
Text Example
White with #91ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABDB; }
p { color: rgb(145,171,219); }
H1.HeaderClassName
{
color: #91ABDB;
}
.AnyTagClassName
{
color: #91ABDB;
}
</style>
background-color css
<style>
a { background-color: #91ABDB; }
a { background-color: rgb(145,171,219); }
div.DivClassName
{
background-color: #91ABDB;
}
.BgClassName
{
background-color: #91ABDB;
}
</style>
border-color css
<style>
span { border-color: #91ABDB; }
span { border-color: rgb(145,171,219); }
td.TdClassName
{
border-color: #91ABDB;
}
.TagClassName
{
border-color: #91ABDB;
}
</style>