Shades of Polo Blue #91ABDD
Tints of Polo Blue #91ABDD
RGB
CMYK
RGB Variations
Color information
#91ABDD (or 0x91ABDD) is known color: Polo Blue. HEX triplet: 91, AB and DD. RGB value is (145,171,221). Sum of RGB (Red+Green+Blue) = 145+171+221=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #91ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABDD is #6E5422. Grayscale: #A8A8A8. Windows color (decimal): -7230499 or 14527377. OLE color: 14527377.
HSL color Cylindrical-coordinate representation of color #91ABDD: hue angle of 219.47º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91ABDD is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 171 | 221 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.13 |
| HSL | 219.47º | 0.53% | 0.72% | - |
| HSV(B) | 219.47º | 0.34% | 0.87% | - |
| XYZ | 39.29 | 40.37 | 74.13 | - |
| YUV | 168.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 221 | 0.34 | 0.23 | 0 | 0.13 | 219.47 | 0.53 | 0.72 |
| Hex | 91 | AB | DD | 22 | 17 | 0 | D | DB | 35 | 48 |
| Octal | 221 | 253 | 335 | 42 | 27 | 0 | 15 | 333 | 65 | 110 |
| Binary | 10010001 | 10101011 | 11011101 | 100010 | 10111 | 0 | 1101 | 11011011 | 110101 | 1001000 |
Color Harmonies of #91ABDD
Complementary color
Monochromatic Colors of #91ABDD
Black with #91ABDD
Text Example
Text Example
White with #91ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABDD; }
p { color: rgb(145,171,221); }
H1.HeaderClassName
{
color: #91ABDD;
}
.AnyTagClassName
{
color: #91ABDD;
}
</style>
background-color css
<style>
a { background-color: #91ABDD; }
a { background-color: rgb(145,171,221); }
div.DivClassName
{
background-color: #91ABDD;
}
.BgClassName
{
background-color: #91ABDD;
}
</style>
border-color css
<style>
span { border-color: #91ABDD; }
span { border-color: rgb(145,171,221); }
td.TdClassName
{
border-color: #91ABDD;
}
.TagClassName
{
border-color: #91ABDD;
}
</style>