Shades of Polo Blue #96B0D5
Tints of Polo Blue #96B0D5
RGB
CMYK
RGB Variations
Color information
#96B0D5 (or 0x96B0D5) is known color: Polo Blue. HEX triplet: 96, B0 and D5. RGB value is (150,176,213). Sum of RGB (Red+Green+Blue) = 150+176+213=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #96B0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0D5 is #694F2A. Grayscale: #ACACAC. Windows color (decimal): -6901547 or 14004374. OLE color: 14004374.
HSL color Cylindrical-coordinate representation of color #96B0D5: hue angle of 215.24º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96B0D5 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 176 | 213 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.16 |
| HSL | 215.24º | 0.43% | 0.71% | - |
| HSV(B) | 215.24º | 0.3% | 0.84% | - |
| XYZ | 40.11 | 42.34 | 69.01 | - |
| YUV | 172.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 176 | 213 | 0.30 | 0.17 | 0 | 0.16 | 215.24 | 0.43 | 0.71 |
| Hex | 96 | B0 | D5 | 1E | 11 | 0 | 10 | D7 | 2B | 47 |
| Octal | 226 | 260 | 325 | 36 | 21 | 0 | 20 | 327 | 53 | 107 |
| Binary | 10010110 | 10110000 | 11010101 | 11110 | 10001 | 0 | 10000 | 11010111 | 101011 | 1000111 |
Color Harmonies of #96B0D5
Complementary color
Monochromatic Colors of #96B0D5
Black with #96B0D5
Text Example
Text Example
White with #96B0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B0D5; }
p { color: rgb(150,176,213); }
H1.HeaderClassName
{
color: #96B0D5;
}
.AnyTagClassName
{
color: #96B0D5;
}
</style>
background-color css
<style>
a { background-color: #96B0D5; }
a { background-color: rgb(150,176,213); }
div.DivClassName
{
background-color: #96B0D5;
}
.BgClassName
{
background-color: #96B0D5;
}
</style>
border-color css
<style>
span { border-color: #96B0D5; }
span { border-color: rgb(150,176,213); }
td.TdClassName
{
border-color: #96B0D5;
}
.TagClassName
{
border-color: #96B0D5;
}
</style>