Shades of Polo Blue #91ABC6
Tints of Polo Blue #91ABC6
RGB
CMYK
RGB Variations
Color information
#91ABC6 (or 0x91ABC6) is known color: Polo Blue. HEX triplet: 91, AB and C6. RGB value is (145,171,198). Sum of RGB (Red+Green+Blue) = 145+171+198=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 198 - color contains mainly: blue. Hex color #91ABC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABC6 is #6E5439. Grayscale: #A6A6A6. Windows color (decimal): -7230522 or 13020049. OLE color: 13020049.
HSL color Cylindrical-coordinate representation of color #91ABC6: hue angle of 210.57º 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 #91ABC6 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 145 | 171 | 198 | - |
CMYK | 0.27 | 0.14 | 0 | 0.22 |
HSL | 210.57º | 0.32% | 0.67% | - |
HSV(B) | 210.57º | 0.27% | 0.78% | - |
XYZ | 36.43 | 39.22 | 59.08 | - |
YUV | 166.3 | 145.89 | 112.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 145 | 171 | 198 | 0.27 | 0.14 | 0 | 0.22 | 210.57 | 0.32 | 0.67 |
Hex | 91 | AB | C6 | 1B | E | 0 | 16 | D3 | 20 | 43 |
Octal | 221 | 253 | 306 | 33 | 16 | 0 | 26 | 323 | 40 | 103 |
Binary | 10010001 | 10101011 | 11000110 | 11011 | 1110 | 0 | 10110 | 11010011 | 100000 | 1000011 |
Color Harmonies of #91ABC6
Complementary color
Monochromatic Colors of #91ABC6
Black with #91ABC6
Text Example
Text Example
White with #91ABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABC6; }
p { color: rgb(145,171,198); }
H1.HeaderClassName
{
color: #91ABC6;
}
.AnyTagClassName
{
color: #91ABC6;
}
</style>
background-color css
<style>
a { background-color: #91ABC6; }
a { background-color: rgb(145,171,198); }
div.DivClassName
{
background-color: #91ABC6;
}
.BgClassName
{
background-color: #91ABC6;
}
</style>
border-color css
<style>
span { border-color: #91ABC6; }
span { border-color: rgb(145,171,198); }
td.TdClassName
{
border-color: #91ABC6;
}
.TagClassName
{
border-color: #91ABC6;
}
</style>