Shades of Polo Blue #91ADCD
Tints of Polo Blue #91ADCD
RGB
CMYK
RGB Variations
Color information
#91ADCD (or 0x91ADCD) is known color: Polo Blue. HEX triplet: 91, AD and CD. RGB value is (145,173,205). Sum of RGB (Red+Green+Blue) = 145+173+205=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #91ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADCD is #6E5232. Grayscale: #A8A8A8. Windows color (decimal): -7230003 or 13479313. OLE color: 13479313.
HSL color Cylindrical-coordinate representation of color #91ADCD: hue angle of 212º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91ADCD is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 173 | 205 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.20 |
| HSL | 212º | 0.38% | 0.69% | - |
| HSV(B) | 212º | 0.29% | 0.8% | - |
| XYZ | 37.64 | 40.31 | 63.56 | - |
| YUV | 168.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 205 | 0.29 | 0.16 | 0 | 0.20 | 212 | 0.38 | 0.69 |
| Hex | 91 | AD | CD | 1D | 10 | 0 | 14 | D4 | 26 | 45 |
| Octal | 221 | 255 | 315 | 35 | 20 | 0 | 24 | 324 | 46 | 105 |
| Binary | 10010001 | 10101101 | 11001101 | 11101 | 10000 | 0 | 10100 | 11010100 | 100110 | 1000101 |
Color Harmonies of #91ADCD
Complementary color
Monochromatic Colors of #91ADCD
Black with #91ADCD
Text Example
Text Example
White with #91ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADCD; }
p { color: rgb(145,173,205); }
H1.HeaderClassName
{
color: #91ADCD;
}
.AnyTagClassName
{
color: #91ADCD;
}
</style>
background-color css
<style>
a { background-color: #91ADCD; }
a { background-color: rgb(145,173,205); }
div.DivClassName
{
background-color: #91ADCD;
}
.BgClassName
{
background-color: #91ADCD;
}
</style>
border-color css
<style>
span { border-color: #91ADCD; }
span { border-color: rgb(145,173,205); }
td.TdClassName
{
border-color: #91ADCD;
}
.TagClassName
{
border-color: #91ADCD;
}
</style>