Shades of Polo Blue #91AADF
Tints of Polo Blue #91AADF
RGB
CMYK
RGB Variations
Color information
#91AADF (or 0x91AADF) is known color: Polo Blue. HEX triplet: 91, AA and DF. RGB value is (145,170,223). Sum of RGB (Red+Green+Blue) = 145+170+223=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #91AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AADF is #6E5520. Grayscale: #A8A8A8. Windows color (decimal): -7230753 or 14658193. OLE color: 14658193.
HSL color Cylindrical-coordinate representation of color #91AADF: hue angle of 220.77º 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 #91AADF is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 170 | 223 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.13 |
| HSL | 220.77º | 0.55% | 0.72% | - |
| HSV(B) | 220.77º | 0.35% | 0.87% | - |
| XYZ | 39.37 | 40.1 | 75.48 | - |
| YUV | 168.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 223 | 0.35 | 0.24 | 0 | 0.13 | 220.77 | 0.55 | 0.72 |
| Hex | 91 | AA | DF | 23 | 18 | 0 | D | DD | 37 | 48 |
| Octal | 221 | 252 | 337 | 43 | 30 | 0 | 15 | 335 | 67 | 110 |
| Binary | 10010001 | 10101010 | 11011111 | 100011 | 11000 | 0 | 1101 | 11011101 | 110111 | 1001000 |
Color Harmonies of #91AADF
Complementary color
Monochromatic Colors of #91AADF
Black with #91AADF
Text Example
Text Example
White with #91AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AADF; }
p { color: rgb(145,170,223); }
H1.HeaderClassName
{
color: #91AADF;
}
.AnyTagClassName
{
color: #91AADF;
}
</style>
background-color css
<style>
a { background-color: #91AADF; }
a { background-color: rgb(145,170,223); }
div.DivClassName
{
background-color: #91AADF;
}
.BgClassName
{
background-color: #91AADF;
}
</style>
border-color css
<style>
span { border-color: #91AADF; }
span { border-color: rgb(145,170,223); }
td.TdClassName
{
border-color: #91AADF;
}
.TagClassName
{
border-color: #91AADF;
}
</style>