Shades of Regent St Blue #96C0CF
Tints of Regent St Blue #96C0CF
RGB
CMYK
RGB Variations
Color information
#96C0CF (or 0x96C0CF) is known color: Regent St Blue. HEX triplet: 96, C0 and CF. RGB value is (150,192,207). Sum of RGB (Red+Green+Blue) = 150+192+207=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #96C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0CF is #693F30. Grayscale: #B5B5B5. Windows color (decimal): -6897457 or 13615254. OLE color: 13615254.
HSL color Cylindrical-coordinate representation of color #96C0CF: hue angle of 195.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96C0CF is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 192 | 207 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.19 |
| HSL | 195.79º | 0.37% | 0.7% | - |
| HSV(B) | 195.79º | 0.28% | 0.81% | - |
| XYZ | 42.69 | 48.69 | 66.18 | - |
| YUV | 181.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 207 | 0.28 | 0.07 | 0 | 0.19 | 195.79 | 0.37 | 0.7 |
| Hex | 96 | C0 | CF | 1C | 7 | 0 | 13 | C4 | 25 | 46 |
| Octal | 226 | 300 | 317 | 34 | 7 | 0 | 23 | 304 | 45 | 106 |
| Binary | 10010110 | 11000000 | 11001111 | 11100 | 111 | 0 | 10011 | 11000100 | 100101 | 1000110 |
Color Harmonies of #96C0CF
Complementary color
Monochromatic Colors of #96C0CF
Black with #96C0CF
Text Example
Text Example
White with #96C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C0CF; }
p { color: rgb(150,192,207); }
H1.HeaderClassName
{
color: #96C0CF;
}
.AnyTagClassName
{
color: #96C0CF;
}
</style>
background-color css
<style>
a { background-color: #96C0CF; }
a { background-color: rgb(150,192,207); }
div.DivClassName
{
background-color: #96C0CF;
}
.BgClassName
{
background-color: #96C0CF;
}
</style>
border-color css
<style>
span { border-color: #96C0CF; }
span { border-color: rgb(150,192,207); }
td.TdClassName
{
border-color: #96C0CF;
}
.TagClassName
{
border-color: #96C0CF;
}
</style>