Shades of Polo Blue #96B7D1
Tints of Polo Blue #96B7D1
RGB
CMYK
RGB Variations
Color information
#96B7D1 (or 0x96B7D1) is known color: Polo Blue. HEX triplet: 96, B7 and D1. RGB value is (150,183,209). Sum of RGB (Red+Green+Blue) = 150+183+209=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 209 - color contains mainly: blue. Hex color #96B7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7D1 is #69482E. Grayscale: #AFAFAF. Windows color (decimal): -6899759 or 13744022. OLE color: 13744022.
HSL color Cylindrical-coordinate representation of color #96B7D1: hue angle of 206.44º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96B7D1 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 183 | 209 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.18 |
| HSL | 206.44º | 0.39% | 0.7% | - |
| HSV(B) | 206.44º | 0.28% | 0.82% | - |
| XYZ | 41.02 | 44.95 | 66.84 | - |
| YUV | 176.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 209 | 0.28 | 0.12 | 0 | 0.18 | 206.44 | 0.39 | 0.7 |
| Hex | 96 | B7 | D1 | 1C | C | 0 | 12 | CE | 27 | 46 |
| Octal | 226 | 267 | 321 | 34 | 14 | 0 | 22 | 316 | 47 | 106 |
| Binary | 10010110 | 10110111 | 11010001 | 11100 | 1100 | 0 | 10010 | 11001110 | 100111 | 1000110 |
Color Harmonies of #96B7D1
Complementary color
Monochromatic Colors of #96B7D1
Black with #96B7D1
Text Example
Text Example
White with #96B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B7D1; }
p { color: rgb(150,183,209); }
H1.HeaderClassName
{
color: #96B7D1;
}
.AnyTagClassName
{
color: #96B7D1;
}
</style>
background-color css
<style>
a { background-color: #96B7D1; }
a { background-color: rgb(150,183,209); }
div.DivClassName
{
background-color: #96B7D1;
}
.BgClassName
{
background-color: #96B7D1;
}
</style>
border-color css
<style>
span { border-color: #96B7D1; }
span { border-color: rgb(150,183,209); }
td.TdClassName
{
border-color: #96B7D1;
}
.TagClassName
{
border-color: #96B7D1;
}
</style>