Shades of Polo Blue #91AAC6
Tints of Polo Blue #91AAC6
RGB
CMYK
RGB Variations
Color information
#91AAC6 (or 0x91AAC6) is known color: Polo Blue. HEX triplet: 91, AA and C6. RGB value is (145,170,198). Sum of RGB (Red+Green+Blue) = 145+170+198=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #91AAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AAC6 is #6E5539. Grayscale: #A5A5A5. Windows color (decimal): -7230778 or 13019793. OLE color: 13019793.
HSL color Cylindrical-coordinate representation of color #91AAC6: hue angle of 211.7º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91AAC6 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 170 | 198 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.22 |
| HSL | 211.7º | 0.32% | 0.67% | - |
| HSV(B) | 211.7º | 0.27% | 0.78% | - |
| XYZ | 36.24 | 38.85 | 59.01 | - |
| YUV | 165.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 198 | 0.27 | 0.14 | 0 | 0.22 | 211.7 | 0.32 | 0.67 |
| Hex | 91 | AA | C6 | 1B | E | 0 | 16 | D4 | 20 | 43 |
| Octal | 221 | 252 | 306 | 33 | 16 | 0 | 26 | 324 | 40 | 103 |
| Binary | 10010001 | 10101010 | 11000110 | 11011 | 1110 | 0 | 10110 | 11010100 | 100000 | 1000011 |
Color Harmonies of #91AAC6
Complementary color
Monochromatic Colors of #91AAC6
Black with #91AAC6
Text Example
Text Example
White with #91AAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AAC6; }
p { color: rgb(145,170,198); }
H1.HeaderClassName
{
color: #91AAC6;
}
.AnyTagClassName
{
color: #91AAC6;
}
</style>
background-color css
<style>
a { background-color: #91AAC6; }
a { background-color: rgb(145,170,198); }
div.DivClassName
{
background-color: #91AAC6;
}
.BgClassName
{
background-color: #91AAC6;
}
</style>
border-color css
<style>
span { border-color: #91AAC6; }
span { border-color: rgb(145,170,198); }
td.TdClassName
{
border-color: #91AAC6;
}
.TagClassName
{
border-color: #91AAC6;
}
</style>