Shades of Polo Blue #96ACC7
Tints of Polo Blue #96ACC7
RGB
CMYK
RGB Variations
Color information
#96ACC7 (or 0x96ACC7) is known color: Polo Blue. HEX triplet: 96, AC and C7. RGB value is (150,172,199). Sum of RGB (Red+Green+Blue) = 150+172+199=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 199 - color contains mainly: blue. Hex color #96ACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACC7 is #695338. Grayscale: #A8A8A8. Windows color (decimal): -6902585 or 13085846. OLE color: 13085846.
HSL color Cylindrical-coordinate representation of color #96ACC7: hue angle of 213.06º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96ACC7 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 172 | 199 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.22 |
| HSL | 213.06º | 0.3% | 0.68% | - |
| HSV(B) | 213.06º | 0.25% | 0.78% | - |
| XYZ | 37.64 | 40.11 | 59.79 | - |
| YUV | 168.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 199 | 0.25 | 0.14 | 0 | 0.22 | 213.06 | 0.3 | 0.68 |
| Hex | 96 | AC | C7 | 19 | E | 0 | 16 | D5 | 1E | 44 |
| Octal | 226 | 254 | 307 | 31 | 16 | 0 | 26 | 325 | 36 | 104 |
| Binary | 10010110 | 10101100 | 11000111 | 11001 | 1110 | 0 | 10110 | 11010101 | 11110 | 1000100 |
Color Harmonies of #96ACC7
Complementary color
Monochromatic Colors of #96ACC7
Black with #96ACC7
Text Example
Text Example
White with #96ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ACC7; }
p { color: rgb(150,172,199); }
H1.HeaderClassName
{
color: #96ACC7;
}
.AnyTagClassName
{
color: #96ACC7;
}
</style>
background-color css
<style>
a { background-color: #96ACC7; }
a { background-color: rgb(150,172,199); }
div.DivClassName
{
background-color: #96ACC7;
}
.BgClassName
{
background-color: #96ACC7;
}
</style>
border-color css
<style>
span { border-color: #96ACC7; }
span { border-color: rgb(150,172,199); }
td.TdClassName
{
border-color: #96ACC7;
}
.TagClassName
{
border-color: #96ACC7;
}
</style>