Shades of Polo Blue #91ABC8
Tints of Polo Blue #91ABC8
RGB
CMYK
RGB Variations
Color information
#91ABC8 (or 0x91ABC8) is known color: Polo Blue. HEX triplet: 91, AB and C8. RGB value is (145,171,200). Sum of RGB (Red+Green+Blue) = 145+171+200=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #91ABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABC8 is #6E5437. Grayscale: #A6A6A6. Windows color (decimal): -7230520 or 13151121. OLE color: 13151121.
HSL color Cylindrical-coordinate representation of color #91ABC8: hue angle of 211.64º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91ABC8 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 171 | 200 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.22 |
| HSL | 211.64º | 0.33% | 0.68% | - |
| HSV(B) | 211.64º | 0.28% | 0.78% | - |
| XYZ | 36.67 | 39.32 | 60.3 | - |
| YUV | 166.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 200 | 0.28 | 0.14 | 0 | 0.22 | 211.64 | 0.33 | 0.68 |
| Hex | 91 | AB | C8 | 1C | E | 0 | 16 | D4 | 21 | 44 |
| Octal | 221 | 253 | 310 | 34 | 16 | 0 | 26 | 324 | 41 | 104 |
| Binary | 10010001 | 10101011 | 11001000 | 11100 | 1110 | 0 | 10110 | 11010100 | 100001 | 1000100 |
Color Harmonies of #91ABC8
Complementary color
Monochromatic Colors of #91ABC8
Black with #91ABC8
Text Example
Text Example
White with #91ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABC8; }
p { color: rgb(145,171,200); }
H1.HeaderClassName
{
color: #91ABC8;
}
.AnyTagClassName
{
color: #91ABC8;
}
</style>
background-color css
<style>
a { background-color: #91ABC8; }
a { background-color: rgb(145,171,200); }
div.DivClassName
{
background-color: #91ABC8;
}
.BgClassName
{
background-color: #91ABC8;
}
</style>
border-color css
<style>
span { border-color: #91ABC8; }
span { border-color: rgb(145,171,200); }
td.TdClassName
{
border-color: #91ABC8;
}
.TagClassName
{
border-color: #91ABC8;
}
</style>