Shades of Polo Blue #96A8CF
Tints of Polo Blue #96A8CF
RGB
CMYK
RGB Variations
Color information
#96A8CF (or 0x96A8CF) is known color: Polo Blue. HEX triplet: 96, A8 and CF. RGB value is (150,168,207). Sum of RGB (Red+Green+Blue) = 150+168+207=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #96A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8CF is #695730. Grayscale: #A6A6A6. Windows color (decimal): -6903601 or 13609110. OLE color: 13609110.
HSL color Cylindrical-coordinate representation of color #96A8CF: hue angle of 221.05º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96A8CF is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 168 | 207 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.19 |
| HSL | 221.05º | 0.37% | 0.7% | - |
| HSV(B) | 221.05º | 0.28% | 0.81% | - |
| XYZ | 37.84 | 38.99 | 64.56 | - |
| YUV | 167.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 207 | 0.28 | 0.19 | 0 | 0.19 | 221.05 | 0.37 | 0.7 |
| Hex | 96 | A8 | CF | 1C | 13 | 0 | 13 | DD | 25 | 46 |
| Octal | 226 | 250 | 317 | 34 | 23 | 0 | 23 | 335 | 45 | 106 |
| Binary | 10010110 | 10101000 | 11001111 | 11100 | 10011 | 0 | 10011 | 11011101 | 100101 | 1000110 |
Color Harmonies of #96A8CF
Complementary color
Monochromatic Colors of #96A8CF
Black with #96A8CF
Text Example
Text Example
White with #96A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8CF; }
p { color: rgb(150,168,207); }
H1.HeaderClassName
{
color: #96A8CF;
}
.AnyTagClassName
{
color: #96A8CF;
}
</style>
background-color css
<style>
a { background-color: #96A8CF; }
a { background-color: rgb(150,168,207); }
div.DivClassName
{
background-color: #96A8CF;
}
.BgClassName
{
background-color: #96A8CF;
}
</style>
border-color css
<style>
span { border-color: #96A8CF; }
span { border-color: rgb(150,168,207); }
td.TdClassName
{
border-color: #96A8CF;
}
.TagClassName
{
border-color: #96A8CF;
}
</style>