Shades of Polo Blue #96A9CB
Tints of Polo Blue #96A9CB
RGB
CMYK
RGB Variations
Color information
#96A9CB (or 0x96A9CB) is known color: Polo Blue. HEX triplet: 96, A9 and CB. RGB value is (150,169,203). Sum of RGB (Red+Green+Blue) = 150+169+203=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #96A9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A9CB is #695634. Grayscale: #A7A7A7. Windows color (decimal): -6903349 or 13347222. OLE color: 13347222.
HSL color Cylindrical-coordinate representation of color #96A9CB: hue angle of 218.49º degrees, saturation: 0.34, 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 #96A9CB is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 169 | 203 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.20 |
| HSL | 218.49º | 0.34% | 0.69% | - |
| HSV(B) | 218.49º | 0.26% | 0.8% | - |
| XYZ | 37.55 | 39.17 | 62.08 | - |
| YUV | 167.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 169 | 203 | 0.26 | 0.17 | 0 | 0.20 | 218.49 | 0.34 | 0.69 |
| Hex | 96 | A9 | CB | 1A | 11 | 0 | 14 | DA | 22 | 45 |
| Octal | 226 | 251 | 313 | 32 | 21 | 0 | 24 | 332 | 42 | 105 |
| Binary | 10010110 | 10101001 | 11001011 | 11010 | 10001 | 0 | 10100 | 11011010 | 100010 | 1000101 |
Color Harmonies of #96A9CB
Complementary color
Monochromatic Colors of #96A9CB
Black with #96A9CB
Text Example
Text Example
White with #96A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A9CB; }
p { color: rgb(150,169,203); }
H1.HeaderClassName
{
color: #96A9CB;
}
.AnyTagClassName
{
color: #96A9CB;
}
</style>
background-color css
<style>
a { background-color: #96A9CB; }
a { background-color: rgb(150,169,203); }
div.DivClassName
{
background-color: #96A9CB;
}
.BgClassName
{
background-color: #96A9CB;
}
</style>
border-color css
<style>
span { border-color: #96A9CB; }
span { border-color: rgb(150,169,203); }
td.TdClassName
{
border-color: #96A9CB;
}
.TagClassName
{
border-color: #96A9CB;
}
</style>