Shades of Polo Blue #91ACC9
Tints of Polo Blue #91ACC9
RGB
CMYK
RGB Variations
Color information
#91ACC9 (or 0x91ACC9) is known color: Polo Blue. HEX triplet: 91, AC and C9. RGB value is (145,172,201). Sum of RGB (Red+Green+Blue) = 145+172+201=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #91ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACC9 is #6E5336. Grayscale: #A7A7A7. Windows color (decimal): -7230263 or 13216913. OLE color: 13216913.
HSL color Cylindrical-coordinate representation of color #91ACC9: hue angle of 211.07º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91ACC9 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 172 | 201 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.21 |
| HSL | 211.07º | 0.34% | 0.68% | - |
| HSV(B) | 211.07º | 0.28% | 0.79% | - |
| XYZ | 36.97 | 39.74 | 60.98 | - |
| YUV | 167.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 201 | 0.28 | 0.14 | 0 | 0.21 | 211.07 | 0.34 | 0.68 |
| Hex | 91 | AC | C9 | 1C | E | 0 | 15 | D3 | 22 | 44 |
| Octal | 221 | 254 | 311 | 34 | 16 | 0 | 25 | 323 | 42 | 104 |
| Binary | 10010001 | 10101100 | 11001001 | 11100 | 1110 | 0 | 10101 | 11010011 | 100010 | 1000100 |
Color Harmonies of #91ACC9
Complementary color
Monochromatic Colors of #91ACC9
Black with #91ACC9
Text Example
Text Example
White with #91ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACC9; }
p { color: rgb(145,172,201); }
H1.HeaderClassName
{
color: #91ACC9;
}
.AnyTagClassName
{
color: #91ACC9;
}
</style>
background-color css
<style>
a { background-color: #91ACC9; }
a { background-color: rgb(145,172,201); }
div.DivClassName
{
background-color: #91ACC9;
}
.BgClassName
{
background-color: #91ACC9;
}
</style>
border-color css
<style>
span { border-color: #91ACC9; }
span { border-color: rgb(145,172,201); }
td.TdClassName
{
border-color: #91ACC9;
}
.TagClassName
{
border-color: #91ACC9;
}
</style>