Shades of Polo Blue #91ACDB
Tints of Polo Blue #91ACDB
RGB
CMYK
RGB Variations
Color information
#91ACDB (or 0x91ACDB) is known color: Polo Blue. HEX triplet: 91, AC and DB. RGB value is (145,172,219). Sum of RGB (Red+Green+Blue) = 145+172+219=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #91ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACDB is #6E5324. Grayscale: #A9A9A9. Windows color (decimal): -7230245 or 14396561. OLE color: 14396561.
HSL color Cylindrical-coordinate representation of color #91ACDB: hue angle of 218.11º 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 #91ACDB is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 172 | 219 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.14 |
| HSL | 218.11º | 0.51% | 0.71% | - |
| HSV(B) | 218.11º | 0.34% | 0.86% | - |
| XYZ | 39.22 | 40.64 | 72.8 | - |
| YUV | 169.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 219 | 0.34 | 0.21 | 0 | 0.14 | 218.11 | 0.51 | 0.71 |
| Hex | 91 | AC | DB | 22 | 15 | 0 | E | DA | 33 | 47 |
| Octal | 221 | 254 | 333 | 42 | 25 | 0 | 16 | 332 | 63 | 107 |
| Binary | 10010001 | 10101100 | 11011011 | 100010 | 10101 | 0 | 1110 | 11011010 | 110011 | 1000111 |
Color Harmonies of #91ACDB
Complementary color
Monochromatic Colors of #91ACDB
Black with #91ACDB
Text Example
Text Example
White with #91ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACDB; }
p { color: rgb(145,172,219); }
H1.HeaderClassName
{
color: #91ACDB;
}
.AnyTagClassName
{
color: #91ACDB;
}
</style>
background-color css
<style>
a { background-color: #91ACDB; }
a { background-color: rgb(145,172,219); }
div.DivClassName
{
background-color: #91ACDB;
}
.BgClassName
{
background-color: #91ACDB;
}
</style>
border-color css
<style>
span { border-color: #91ACDB; }
span { border-color: rgb(145,172,219); }
td.TdClassName
{
border-color: #91ACDB;
}
.TagClassName
{
border-color: #91ACDB;
}
</style>