Shades of Polo Blue #96ABC5
Tints of Polo Blue #96ABC5
RGB
CMYK
RGB Variations
Color information
#96ABC5 (or 0x96ABC5) is known color: Polo Blue. HEX triplet: 96, AB and C5. RGB value is (150,171,197). Sum of RGB (Red+Green+Blue) = 150+171+197=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 197 - color contains mainly: blue. Hex color #96ABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABC5 is #69543A. Grayscale: #A7A7A7. Windows color (decimal): -6902843 or 12954518. OLE color: 12954518.
HSL color Cylindrical-coordinate representation of color #96ABC5: hue angle of 213.19º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96ABC5 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 171 | 197 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.23 |
| HSL | 213.19º | 0.29% | 0.68% | - |
| HSV(B) | 213.19º | 0.24% | 0.77% | - |
| XYZ | 37.22 | 39.64 | 58.51 | - |
| YUV | 167.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 197 | 0.24 | 0.13 | 0 | 0.23 | 213.19 | 0.29 | 0.68 |
| Hex | 96 | AB | C5 | 18 | D | 0 | 17 | D5 | 1D | 44 |
| Octal | 226 | 253 | 305 | 30 | 15 | 0 | 27 | 325 | 35 | 104 |
| Binary | 10010110 | 10101011 | 11000101 | 11000 | 1101 | 0 | 10111 | 11010101 | 11101 | 1000100 |
Color Harmonies of #96ABC5
Complementary color
Monochromatic Colors of #96ABC5
Black with #96ABC5
Text Example
Text Example
White with #96ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ABC5; }
p { color: rgb(150,171,197); }
H1.HeaderClassName
{
color: #96ABC5;
}
.AnyTagClassName
{
color: #96ABC5;
}
</style>
background-color css
<style>
a { background-color: #96ABC5; }
a { background-color: rgb(150,171,197); }
div.DivClassName
{
background-color: #96ABC5;
}
.BgClassName
{
background-color: #96ABC5;
}
</style>
border-color css
<style>
span { border-color: #96ABC5; }
span { border-color: rgb(150,171,197); }
td.TdClassName
{
border-color: #96ABC5;
}
.TagClassName
{
border-color: #96ABC5;
}
</style>