Shades of Polo Blue #91ACDD
Tints of Polo Blue #91ACDD
RGB
CMYK
RGB Variations
Color information
#91ACDD (or 0x91ACDD) is known color: Polo Blue. HEX triplet: 91, AC and DD. RGB value is (145,172,221). Sum of RGB (Red+Green+Blue) = 145+172+221=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #91ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACDD is #6E5322. Grayscale: #A9A9A9. Windows color (decimal): -7230243 or 14527633. OLE color: 14527633.
HSL color Cylindrical-coordinate representation of color #91ACDD: hue angle of 218.68º 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 #91ACDD is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 172 | 221 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.13 |
| HSL | 218.68º | 0.53% | 0.72% | - |
| HSV(B) | 218.68º | 0.34% | 0.87% | - |
| XYZ | 39.48 | 40.75 | 74.19 | - |
| YUV | 169.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 221 | 0.34 | 0.22 | 0 | 0.13 | 218.68 | 0.53 | 0.72 |
| Hex | 91 | AC | DD | 22 | 16 | 0 | D | DB | 35 | 48 |
| Octal | 221 | 254 | 335 | 42 | 26 | 0 | 15 | 333 | 65 | 110 |
| Binary | 10010001 | 10101100 | 11011101 | 100010 | 10110 | 0 | 1101 | 11011011 | 110101 | 1001000 |
Color Harmonies of #91ACDD
Complementary color
Monochromatic Colors of #91ACDD
Black with #91ACDD
Text Example
Text Example
White with #91ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACDD; }
p { color: rgb(145,172,221); }
H1.HeaderClassName
{
color: #91ACDD;
}
.AnyTagClassName
{
color: #91ACDD;
}
</style>
background-color css
<style>
a { background-color: #91ACDD; }
a { background-color: rgb(145,172,221); }
div.DivClassName
{
background-color: #91ACDD;
}
.BgClassName
{
background-color: #91ACDD;
}
</style>
border-color css
<style>
span { border-color: #91ACDD; }
span { border-color: rgb(145,172,221); }
td.TdClassName
{
border-color: #91ACDD;
}
.TagClassName
{
border-color: #91ACDD;
}
</style>