Shades of Regent St Blue #96C5D0
Tints of Regent St Blue #96C5D0
RGB
CMYK
RGB Variations
Color information
#96C5D0 (or 0x96C5D0) is known color: Regent St Blue. HEX triplet: 96, C5 and D0. RGB value is (150,197,208). Sum of RGB (Red+Green+Blue) = 150+197+208=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #96C5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C5D0 is #693A2F. Grayscale: #B8B8B8. Windows color (decimal): -6896176 or 13682070. OLE color: 13682070.
HSL color Cylindrical-coordinate representation of color #96C5D0: hue angle of 191.38º degrees, saturation: 0.38, 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 #96C5D0 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 197 | 208 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.18 |
| HSL | 191.38º | 0.38% | 0.7% | - |
| HSV(B) | 191.38º | 0.28% | 0.82% | - |
| XYZ | 43.93 | 50.97 | 67.2 | - |
| YUV | 184.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 208 | 0.28 | 0.05 | 0 | 0.18 | 191.38 | 0.38 | 0.7 |
| Hex | 96 | C5 | D0 | 1C | 5 | 0 | 12 | BF | 26 | 46 |
| Octal | 226 | 305 | 320 | 34 | 5 | 0 | 22 | 277 | 46 | 106 |
| Binary | 10010110 | 11000101 | 11010000 | 11100 | 101 | 0 | 10010 | 10111111 | 100110 | 1000110 |
Color Harmonies of #96C5D0
Complementary color
Monochromatic Colors of #96C5D0
Black with #96C5D0
Text Example
Text Example
White with #96C5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C5D0; }
p { color: rgb(150,197,208); }
H1.HeaderClassName
{
color: #96C5D0;
}
.AnyTagClassName
{
color: #96C5D0;
}
</style>
background-color css
<style>
a { background-color: #96C5D0; }
a { background-color: rgb(150,197,208); }
div.DivClassName
{
background-color: #96C5D0;
}
.BgClassName
{
background-color: #96C5D0;
}
</style>
border-color css
<style>
span { border-color: #96C5D0; }
span { border-color: rgb(150,197,208); }
td.TdClassName
{
border-color: #96C5D0;
}
.TagClassName
{
border-color: #96C5D0;
}
</style>