Shades of Polo Blue #96AACC
Tints of Polo Blue #96AACC
RGB
CMYK
RGB Variations
Color information
#96AACC (or 0x96AACC) is known color: Polo Blue. HEX triplet: 96, AA and CC. RGB value is (150,170,204). Sum of RGB (Red+Green+Blue) = 150+170+204=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #96AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AACC is #695533. Grayscale: #A7A7A7. Windows color (decimal): -6903092 or 13413014. OLE color: 13413014.
HSL color Cylindrical-coordinate representation of color #96AACC: hue angle of 217.78º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96AACC is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 170 | 204 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.2 |
| HSL | 217.78º | 0.35% | 0.69% | - |
| HSV(B) | 217.78º | 0.26% | 0.8% | - |
| XYZ | 37.85 | 39.59 | 62.77 | - |
| YUV | 167.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 204 | 0.26 | 0.17 | 0 | 0.2 | 217.78 | 0.35 | 0.69 |
| Hex | 96 | AA | CC | 1A | 11 | 0 | 14 | DA | 23 | 45 |
| Octal | 226 | 252 | 314 | 32 | 21 | 0 | 24 | 332 | 43 | 105 |
| Binary | 10010110 | 10101010 | 11001100 | 11010 | 10001 | 0 | 10100 | 11011010 | 100011 | 1000101 |
Color Harmonies of #96AACC
Complementary color
Monochromatic Colors of #96AACC
Black with #96AACC
Text Example
Text Example
White with #96AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AACC; }
p { color: rgb(150,170,204); }
H1.HeaderClassName
{
color: #96AACC;
}
.AnyTagClassName
{
color: #96AACC;
}
</style>
background-color css
<style>
a { background-color: #96AACC; }
a { background-color: rgb(150,170,204); }
div.DivClassName
{
background-color: #96AACC;
}
.BgClassName
{
background-color: #96AACC;
}
</style>
border-color css
<style>
span { border-color: #96AACC; }
span { border-color: rgb(150,170,204); }
td.TdClassName
{
border-color: #96AACC;
}
.TagClassName
{
border-color: #96AACC;
}
</style>