Shades of Polo Blue #96A8CC
Tints of Polo Blue #96A8CC
RGB
CMYK
RGB Variations
Color information
#96A8CC (or 0x96A8CC) is known color: Polo Blue. HEX triplet: 96, A8 and CC. RGB value is (150,168,204). Sum of RGB (Red+Green+Blue) = 150+168+204=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #96A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8CC is #695733. Grayscale: #A6A6A6. Windows color (decimal): -6903604 or 13412502. OLE color: 13412502.
HSL color Cylindrical-coordinate representation of color #96A8CC: hue angle of 220º 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 #96A8CC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 168 | 204 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.2 |
| HSL | 220º | 0.35% | 0.69% | - |
| HSV(B) | 220º | 0.26% | 0.8% | - |
| XYZ | 37.48 | 38.85 | 62.65 | - |
| YUV | 166.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 204 | 0.26 | 0.18 | 0 | 0.2 | 220 | 0.35 | 0.69 |
| Hex | 96 | A8 | CC | 1A | 12 | 0 | 14 | DC | 23 | 45 |
| Octal | 226 | 250 | 314 | 32 | 22 | 0 | 24 | 334 | 43 | 105 |
| Binary | 10010110 | 10101000 | 11001100 | 11010 | 10010 | 0 | 10100 | 11011100 | 100011 | 1000101 |
Color Harmonies of #96A8CC
Complementary color
Monochromatic Colors of #96A8CC
Black with #96A8CC
Text Example
Text Example
White with #96A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8CC; }
p { color: rgb(150,168,204); }
H1.HeaderClassName
{
color: #96A8CC;
}
.AnyTagClassName
{
color: #96A8CC;
}
</style>
background-color css
<style>
a { background-color: #96A8CC; }
a { background-color: rgb(150,168,204); }
div.DivClassName
{
background-color: #96A8CC;
}
.BgClassName
{
background-color: #96A8CC;
}
</style>
border-color css
<style>
span { border-color: #96A8CC; }
span { border-color: rgb(150,168,204); }
td.TdClassName
{
border-color: #96A8CC;
}
.TagClassName
{
border-color: #96A8CC;
}
</style>