Shades of Regent St Blue #96BEC9
Tints of Regent St Blue #96BEC9
RGB
CMYK
RGB Variations
Color information
#96BEC9 (or 0x96BEC9) is known color: Regent St Blue. HEX triplet: 96, BE and C9. RGB value is (150,190,201). Sum of RGB (Red+Green+Blue) = 150+190+201=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 201 - color contains mainly: blue. Hex color #96BEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEC9 is #694136. Grayscale: #B3B3B3. Windows color (decimal): -6897975 or 13221526. OLE color: 13221526.
HSL color Cylindrical-coordinate representation of color #96BEC9: hue angle of 192.94º 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 #96BEC9 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 190 | 201 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.21 |
| HSL | 192.94º | 0.32% | 0.69% | - |
| HSV(B) | 192.94º | 0.25% | 0.79% | - |
| XYZ | 41.53 | 47.53 | 62.24 | - |
| YUV | 179.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 201 | 0.25 | 0.05 | 0 | 0.21 | 192.94 | 0.32 | 0.69 |
| Hex | 96 | BE | C9 | 19 | 5 | 0 | 15 | C1 | 20 | 45 |
| Octal | 226 | 276 | 311 | 31 | 5 | 0 | 25 | 301 | 40 | 105 |
| Binary | 10010110 | 10111110 | 11001001 | 11001 | 101 | 0 | 10101 | 11000001 | 100000 | 1000101 |
Color Harmonies of #96BEC9
Complementary color
Monochromatic Colors of #96BEC9
Black with #96BEC9
Text Example
Text Example
White with #96BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BEC9; }
p { color: rgb(150,190,201); }
H1.HeaderClassName
{
color: #96BEC9;
}
.AnyTagClassName
{
color: #96BEC9;
}
</style>
background-color css
<style>
a { background-color: #96BEC9; }
a { background-color: rgb(150,190,201); }
div.DivClassName
{
background-color: #96BEC9;
}
.BgClassName
{
background-color: #96BEC9;
}
</style>
border-color css
<style>
span { border-color: #96BEC9; }
span { border-color: rgb(150,190,201); }
td.TdClassName
{
border-color: #96BEC9;
}
.TagClassName
{
border-color: #96BEC9;
}
</style>