Shades of Polo Blue #91A8DB
Tints of Polo Blue #91A8DB
RGB
CMYK
RGB Variations
Color information
#91A8DB (or 0x91A8DB) is known color: Polo Blue. HEX triplet: 91, A8 and DB. RGB value is (145,168,219). Sum of RGB (Red+Green+Blue) = 145+168+219=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #91A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A8DB is #6E5724. Grayscale: #A6A6A6. Windows color (decimal): -7231269 or 14395537. OLE color: 14395537.
HSL color Cylindrical-coordinate representation of color #91A8DB: hue angle of 221.35º 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 #91A8DB is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 168 | 219 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.14 |
| HSL | 221.35º | 0.51% | 0.71% | - |
| HSV(B) | 221.35º | 0.34% | 0.86% | - |
| XYZ | 38.47 | 39.14 | 72.55 | - |
| YUV | 166.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 219 | 0.34 | 0.23 | 0 | 0.14 | 221.35 | 0.51 | 0.71 |
| Hex | 91 | A8 | DB | 22 | 17 | 0 | E | DD | 33 | 47 |
| Octal | 221 | 250 | 333 | 42 | 27 | 0 | 16 | 335 | 63 | 107 |
| Binary | 10010001 | 10101000 | 11011011 | 100010 | 10111 | 0 | 1110 | 11011101 | 110011 | 1000111 |
Color Harmonies of #91A8DB
Complementary color
Monochromatic Colors of #91A8DB
Black with #91A8DB
Text Example
Text Example
White with #91A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A8DB; }
p { color: rgb(145,168,219); }
H1.HeaderClassName
{
color: #91A8DB;
}
.AnyTagClassName
{
color: #91A8DB;
}
</style>
background-color css
<style>
a { background-color: #91A8DB; }
a { background-color: rgb(145,168,219); }
div.DivClassName
{
background-color: #91A8DB;
}
.BgClassName
{
background-color: #91A8DB;
}
</style>
border-color css
<style>
span { border-color: #91A8DB; }
span { border-color: rgb(145,168,219); }
td.TdClassName
{
border-color: #91A8DB;
}
.TagClassName
{
border-color: #91A8DB;
}
</style>