Shades of Polo Blue #96B7D8
Tints of Polo Blue #96B7D8
RGB
CMYK
RGB Variations
Color information
#96B7D8 (or 0x96B7D8) is known color: Polo Blue. HEX triplet: 96, B7 and D8. RGB value is (150,183,216). Sum of RGB (Red+Green+Blue) = 150+183+216=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #96B7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7D8 is #694827. Grayscale: #B0B0B0. Windows color (decimal): -6899752 or 14202774. OLE color: 14202774.
HSL color Cylindrical-coordinate representation of color #96B7D8: hue angle of 210º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96B7D8 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 183 | 216 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.15 |
| HSL | 210º | 0.46% | 0.72% | - |
| HSV(B) | 210º | 0.31% | 0.85% | - |
| XYZ | 41.91 | 45.31 | 71.5 | - |
| YUV | 176.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 216 | 0.31 | 0.15 | 0 | 0.15 | 210 | 0.46 | 0.72 |
| Hex | 96 | B7 | D8 | 1F | F | 0 | F | D2 | 2E | 48 |
| Octal | 226 | 267 | 330 | 37 | 17 | 0 | 17 | 322 | 56 | 110 |
| Binary | 10010110 | 10110111 | 11011000 | 11111 | 1111 | 0 | 1111 | 11010010 | 101110 | 1001000 |
Color Harmonies of #96B7D8
Complementary color
Monochromatic Colors of #96B7D8
Black with #96B7D8
Text Example
Text Example
White with #96B7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B7D8; }
p { color: rgb(150,183,216); }
H1.HeaderClassName
{
color: #96B7D8;
}
.AnyTagClassName
{
color: #96B7D8;
}
</style>
background-color css
<style>
a { background-color: #96B7D8; }
a { background-color: rgb(150,183,216); }
div.DivClassName
{
background-color: #96B7D8;
}
.BgClassName
{
background-color: #96B7D8;
}
</style>
border-color css
<style>
span { border-color: #96B7D8; }
span { border-color: rgb(150,183,216); }
td.TdClassName
{
border-color: #96B7D8;
}
.TagClassName
{
border-color: #96B7D8;
}
</style>