Shades of Regent St Blue #96BBD5
Tints of Regent St Blue #96BBD5
RGB
CMYK
RGB Variations
Color information
#96BBD5 (or 0x96BBD5) is known color: Regent St Blue. HEX triplet: 96, BB and D5. RGB value is (150,187,213). Sum of RGB (Red+Green+Blue) = 150+187+213=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #96BBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBD5 is #69442A. Grayscale: #B2B2B2. Windows color (decimal): -6898731 or 14007190. OLE color: 14007190.
HSL color Cylindrical-coordinate representation of color #96BBD5: hue angle of 204.76º 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 #96BBD5 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 187 | 213 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.16 |
| HSL | 204.76º | 0.43% | 0.71% | - |
| HSV(B) | 204.76º | 0.3% | 0.84% | - |
| XYZ | 42.36 | 46.83 | 69.76 | - |
| YUV | 178.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 213 | 0.30 | 0.12 | 0 | 0.16 | 204.76 | 0.43 | 0.71 |
| Hex | 96 | BB | D5 | 1E | C | 0 | 10 | CD | 2B | 47 |
| Octal | 226 | 273 | 325 | 36 | 14 | 0 | 20 | 315 | 53 | 107 |
| Binary | 10010110 | 10111011 | 11010101 | 11110 | 1100 | 0 | 10000 | 11001101 | 101011 | 1000111 |
Color Harmonies of #96BBD5
Complementary color
Monochromatic Colors of #96BBD5
Black with #96BBD5
Text Example
Text Example
White with #96BBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBD5; }
p { color: rgb(150,187,213); }
H1.HeaderClassName
{
color: #96BBD5;
}
.AnyTagClassName
{
color: #96BBD5;
}
</style>
background-color css
<style>
a { background-color: #96BBD5; }
a { background-color: rgb(150,187,213); }
div.DivClassName
{
background-color: #96BBD5;
}
.BgClassName
{
background-color: #96BBD5;
}
</style>
border-color css
<style>
span { border-color: #96BBD5; }
span { border-color: rgb(150,187,213); }
td.TdClassName
{
border-color: #96BBD5;
}
.TagClassName
{
border-color: #96BBD5;
}
</style>