Shades of Polo Blue #91ACD6
Tints of Polo Blue #91ACD6
RGB
CMYK
RGB Variations
Color information
#91ACD6 (or 0x91ACD6) is known color: Polo Blue. HEX triplet: 91, AC and D6. RGB value is (145,172,214). Sum of RGB (Red+Green+Blue) = 145+172+214=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #91ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACD6 is #6E5329. Grayscale: #A8A8A8. Windows color (decimal): -7230250 or 14068881. OLE color: 14068881.
HSL color Cylindrical-coordinate representation of color #91ACD6: hue angle of 216.52º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91ACD6 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 172 | 214 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.16 |
| HSL | 216.52º | 0.46% | 0.7% | - |
| HSV(B) | 216.52º | 0.32% | 0.84% | - |
| XYZ | 38.57 | 40.38 | 69.38 | - |
| YUV | 168.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 214 | 0.32 | 0.20 | 0 | 0.16 | 216.52 | 0.46 | 0.7 |
| Hex | 91 | AC | D6 | 20 | 14 | 0 | 10 | D9 | 2E | 46 |
| Octal | 221 | 254 | 326 | 40 | 24 | 0 | 20 | 331 | 56 | 106 |
| Binary | 10010001 | 10101100 | 11010110 | 100000 | 10100 | 0 | 10000 | 11011001 | 101110 | 1000110 |
Color Harmonies of #91ACD6
Complementary color
Monochromatic Colors of #91ACD6
Black with #91ACD6
Text Example
Text Example
White with #91ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACD6; }
p { color: rgb(145,172,214); }
H1.HeaderClassName
{
color: #91ACD6;
}
.AnyTagClassName
{
color: #91ACD6;
}
</style>
background-color css
<style>
a { background-color: #91ACD6; }
a { background-color: rgb(145,172,214); }
div.DivClassName
{
background-color: #91ACD6;
}
.BgClassName
{
background-color: #91ACD6;
}
</style>
border-color css
<style>
span { border-color: #91ACD6; }
span { border-color: rgb(145,172,214); }
td.TdClassName
{
border-color: #91ACD6;
}
.TagClassName
{
border-color: #91ACD6;
}
</style>