Shades of Regent St Blue #96BDC9
Tints of Regent St Blue #96BDC9
RGB
CMYK
RGB Variations
Color information
#96BDC9 (or 0x96BDC9) is known color: Regent St Blue. HEX triplet: 96, BD and C9. RGB value is (150,189,201). Sum of RGB (Red+Green+Blue) = 150+189+201=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 201 - color contains mainly: blue. Hex color #96BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDC9 is #694236. Grayscale: #B2B2B2. Windows color (decimal): -6898231 or 13221270. OLE color: 13221270.
HSL color Cylindrical-coordinate representation of color #96BDC9: hue angle of 194.12º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96BDC9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 189 | 201 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.21 |
| HSL | 194.12º | 0.32% | 0.69% | - |
| HSV(B) | 194.12º | 0.25% | 0.79% | - |
| XYZ | 41.32 | 47.1 | 62.17 | - |
| YUV | 178.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 201 | 0.25 | 0.06 | 0 | 0.21 | 194.12 | 0.32 | 0.69 |
| Hex | 96 | BD | C9 | 19 | 6 | 0 | 15 | C2 | 20 | 45 |
| Octal | 226 | 275 | 311 | 31 | 6 | 0 | 25 | 302 | 40 | 105 |
| Binary | 10010110 | 10111101 | 11001001 | 11001 | 110 | 0 | 10101 | 11000010 | 100000 | 1000101 |
Color Harmonies of #96BDC9
Complementary color
Monochromatic Colors of #96BDC9
Black with #96BDC9
Text Example
Text Example
White with #96BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDC9; }
p { color: rgb(150,189,201); }
H1.HeaderClassName
{
color: #96BDC9;
}
.AnyTagClassName
{
color: #96BDC9;
}
</style>
background-color css
<style>
a { background-color: #96BDC9; }
a { background-color: rgb(150,189,201); }
div.DivClassName
{
background-color: #96BDC9;
}
.BgClassName
{
background-color: #96BDC9;
}
</style>
border-color css
<style>
span { border-color: #96BDC9; }
span { border-color: rgb(150,189,201); }
td.TdClassName
{
border-color: #96BDC9;
}
.TagClassName
{
border-color: #96BDC9;
}
</style>