Shades of Polo Blue #91ADE1
Tints of Polo Blue #91ADE1
RGB
CMYK
RGB Variations
Color information
#91ADE1 (or 0x91ADE1) is known color: Polo Blue. HEX triplet: 91, AD and E1. RGB value is (145,173,225). Sum of RGB (Red+Green+Blue) = 145+173+225=543 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.70% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #91ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADE1 is #6E521E. Grayscale: #AAAAAA. Windows color (decimal): -7229983 or 14790033. OLE color: 14790033.
HSL color Cylindrical-coordinate representation of color #91ADE1: hue angle of 219º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91ADE1 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 173 | 225 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.12 |
| HSL | 219º | 0.57% | 0.73% | - |
| HSV(B) | 219º | 0.36% | 0.88% | - |
| XYZ | 40.21 | 41.34 | 77.09 | - |
| YUV | 170.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 225 | 0.36 | 0.23 | 0 | 0.12 | 219 | 0.57 | 0.73 |
| Hex | 91 | AD | E1 | 24 | 17 | 0 | C | DB | 39 | 49 |
| Octal | 221 | 255 | 341 | 44 | 27 | 0 | 14 | 333 | 71 | 111 |
| Binary | 10010001 | 10101101 | 11100001 | 100100 | 10111 | 0 | 1100 | 11011011 | 111001 | 1001001 |
Color Harmonies of #91ADE1
Complementary color
Monochromatic Colors of #91ADE1
Black with #91ADE1
Text Example
Text Example
White with #91ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADE1; }
p { color: rgb(145,173,225); }
H1.HeaderClassName
{
color: #91ADE1;
}
.AnyTagClassName
{
color: #91ADE1;
}
</style>
background-color css
<style>
a { background-color: #91ADE1; }
a { background-color: rgb(145,173,225); }
div.DivClassName
{
background-color: #91ADE1;
}
.BgClassName
{
background-color: #91ADE1;
}
</style>
border-color css
<style>
span { border-color: #91ADE1; }
span { border-color: rgb(145,173,225); }
td.TdClassName
{
border-color: #91ADE1;
}
.TagClassName
{
border-color: #91ADE1;
}
</style>