Shades of Regent St Blue #96C1CF
Tints of Regent St Blue #96C1CF
RGB
CMYK
RGB Variations
Color information
#96C1CF (or 0x96C1CF) is known color: Regent St Blue. HEX triplet: 96, C1 and CF. RGB value is (150,193,207). Sum of RGB (Red+Green+Blue) = 150+193+207=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #96C1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C1CF is #693E30. Grayscale: #B5B5B5. Windows color (decimal): -6897201 or 13615510. OLE color: 13615510.
HSL color Cylindrical-coordinate representation of color #96C1CF: hue angle of 194.74º 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 #96C1CF is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 193 | 207 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.19 |
| HSL | 194.74º | 0.37% | 0.7% | - |
| HSV(B) | 194.74º | 0.28% | 0.81% | - |
| XYZ | 42.91 | 49.13 | 66.25 | - |
| YUV | 181.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 207 | 0.28 | 0.07 | 0 | 0.19 | 194.74 | 0.37 | 0.7 |
| Hex | 96 | C1 | CF | 1C | 7 | 0 | 13 | C3 | 25 | 46 |
| Octal | 226 | 301 | 317 | 34 | 7 | 0 | 23 | 303 | 45 | 106 |
| Binary | 10010110 | 11000001 | 11001111 | 11100 | 111 | 0 | 10011 | 11000011 | 100101 | 1000110 |
Color Harmonies of #96C1CF
Complementary color
Monochromatic Colors of #96C1CF
Black with #96C1CF
Text Example
Text Example
White with #96C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C1CF; }
p { color: rgb(150,193,207); }
H1.HeaderClassName
{
color: #96C1CF;
}
.AnyTagClassName
{
color: #96C1CF;
}
</style>
background-color css
<style>
a { background-color: #96C1CF; }
a { background-color: rgb(150,193,207); }
div.DivClassName
{
background-color: #96C1CF;
}
.BgClassName
{
background-color: #96C1CF;
}
</style>
border-color css
<style>
span { border-color: #96C1CF; }
span { border-color: rgb(150,193,207); }
td.TdClassName
{
border-color: #96C1CF;
}
.TagClassName
{
border-color: #96C1CF;
}
</style>