Shades of Polo Blue #91AADD
Tints of Polo Blue #91AADD
RGB
CMYK
RGB Variations
Color information
#91AADD (or 0x91AADD) is known color: Polo Blue. HEX triplet: 91, AA and DD. RGB value is (145,170,221). Sum of RGB (Red+Green+Blue) = 145+170+221=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #91AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AADD is #6E5522. Grayscale: #A8A8A8. Windows color (decimal): -7230755 or 14527121. OLE color: 14527121.
HSL color Cylindrical-coordinate representation of color #91AADD: hue angle of 220.26º 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 #91AADD is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 170 | 221 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.13 |
| HSL | 220.26º | 0.53% | 0.72% | - |
| HSV(B) | 220.26º | 0.34% | 0.87% | - |
| XYZ | 39.1 | 39.99 | 74.06 | - |
| YUV | 168.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 221 | 0.34 | 0.23 | 0 | 0.13 | 220.26 | 0.53 | 0.72 |
| Hex | 91 | AA | DD | 22 | 17 | 0 | D | DC | 35 | 48 |
| Octal | 221 | 252 | 335 | 42 | 27 | 0 | 15 | 334 | 65 | 110 |
| Binary | 10010001 | 10101010 | 11011101 | 100010 | 10111 | 0 | 1101 | 11011100 | 110101 | 1001000 |
Color Harmonies of #91AADD
Complementary color
Monochromatic Colors of #91AADD
Black with #91AADD
Text Example
Text Example
White with #91AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AADD; }
p { color: rgb(145,170,221); }
H1.HeaderClassName
{
color: #91AADD;
}
.AnyTagClassName
{
color: #91AADD;
}
</style>
background-color css
<style>
a { background-color: #91AADD; }
a { background-color: rgb(145,170,221); }
div.DivClassName
{
background-color: #91AADD;
}
.BgClassName
{
background-color: #91AADD;
}
</style>
border-color css
<style>
span { border-color: #91AADD; }
span { border-color: rgb(145,170,221); }
td.TdClassName
{
border-color: #91AADD;
}
.TagClassName
{
border-color: #91AADD;
}
</style>