Shades of Polo Blue #91ADDD
Tints of Polo Blue #91ADDD
RGB
CMYK
RGB Variations
Color information
#91ADDD (or 0x91ADDD) is known color: Polo Blue. HEX triplet: 91, AD and DD. RGB value is (145,173,221). Sum of RGB (Red+Green+Blue) = 145+173+221=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #91ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADDD is #6E5222. Grayscale: #A9A9A9. Windows color (decimal): -7229987 or 14527889. OLE color: 14527889.
HSL color Cylindrical-coordinate representation of color #91ADDD: hue angle of 217.89º 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 #91ADDD is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 173 | 221 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.13 |
| HSL | 217.89º | 0.53% | 0.72% | - |
| HSV(B) | 217.89º | 0.34% | 0.87% | - |
| XYZ | 39.67 | 41.13 | 74.25 | - |
| YUV | 170.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 221 | 0.34 | 0.22 | 0 | 0.13 | 217.89 | 0.53 | 0.72 |
| Hex | 91 | AD | DD | 22 | 16 | 0 | D | DA | 35 | 48 |
| Octal | 221 | 255 | 335 | 42 | 26 | 0 | 15 | 332 | 65 | 110 |
| Binary | 10010001 | 10101101 | 11011101 | 100010 | 10110 | 0 | 1101 | 11011010 | 110101 | 1001000 |
Color Harmonies of #91ADDD
Complementary color
Monochromatic Colors of #91ADDD
Black with #91ADDD
Text Example
Text Example
White with #91ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADDD; }
p { color: rgb(145,173,221); }
H1.HeaderClassName
{
color: #91ADDD;
}
.AnyTagClassName
{
color: #91ADDD;
}
</style>
background-color css
<style>
a { background-color: #91ADDD; }
a { background-color: rgb(145,173,221); }
div.DivClassName
{
background-color: #91ADDD;
}
.BgClassName
{
background-color: #91ADDD;
}
</style>
border-color css
<style>
span { border-color: #91ADDD; }
span { border-color: rgb(145,173,221); }
td.TdClassName
{
border-color: #91ADDD;
}
.TagClassName
{
border-color: #91ADDD;
}
</style>