Shades of Polo Blue #91ABDF
Tints of Polo Blue #91ABDF
RGB
CMYK
RGB Variations
Color information
#91ABDF (or 0x91ABDF) is known color: Polo Blue. HEX triplet: 91, AB and DF. RGB value is (145,171,223). Sum of RGB (Red+Green+Blue) = 145+171+223=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #91ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABDF is #6E5420. Grayscale: #A8A8A8. Windows color (decimal): -7230497 or 14658449. OLE color: 14658449.
HSL color Cylindrical-coordinate representation of color #91ABDF: hue angle of 220º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91ABDF is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 171 | 223 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.13 |
| HSL | 220º | 0.55% | 0.72% | - |
| HSV(B) | 220º | 0.35% | 0.87% | - |
| XYZ | 39.56 | 40.47 | 75.54 | - |
| YUV | 169.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 223 | 0.35 | 0.23 | 0 | 0.13 | 220 | 0.55 | 0.72 |
| Hex | 91 | AB | DF | 23 | 17 | 0 | D | DC | 37 | 48 |
| Octal | 221 | 253 | 337 | 43 | 27 | 0 | 15 | 334 | 67 | 110 |
| Binary | 10010001 | 10101011 | 11011111 | 100011 | 10111 | 0 | 1101 | 11011100 | 110111 | 1001000 |
Color Harmonies of #91ABDF
Complementary color
Monochromatic Colors of #91ABDF
Black with #91ABDF
Text Example
Text Example
White with #91ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABDF; }
p { color: rgb(145,171,223); }
H1.HeaderClassName
{
color: #91ABDF;
}
.AnyTagClassName
{
color: #91ABDF;
}
</style>
background-color css
<style>
a { background-color: #91ABDF; }
a { background-color: rgb(145,171,223); }
div.DivClassName
{
background-color: #91ABDF;
}
.BgClassName
{
background-color: #91ABDF;
}
</style>
border-color css
<style>
span { border-color: #91ABDF; }
span { border-color: rgb(145,171,223); }
td.TdClassName
{
border-color: #91ABDF;
}
.TagClassName
{
border-color: #91ABDF;
}
</style>