Shades of Regent St Blue #96BBCF
Tints of Regent St Blue #96BBCF
RGB
CMYK
RGB Variations
Color information
#96BBCF (or 0x96BBCF) is known color: Regent St Blue. HEX triplet: 96, BB and CF. RGB value is (150,187,207). Sum of RGB (Red+Green+Blue) = 150+187+207=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #96BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBCF is #694430. Grayscale: #B2B2B2. Windows color (decimal): -6898737 or 13613974. OLE color: 13613974.
HSL color Cylindrical-coordinate representation of color #96BBCF: hue angle of 201.05º 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 #96BBCF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 187 | 207 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.19 |
| HSL | 201.05º | 0.37% | 0.7% | - |
| HSV(B) | 201.05º | 0.28% | 0.81% | - |
| XYZ | 41.61 | 46.53 | 65.82 | - |
| YUV | 178.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 207 | 0.28 | 0.10 | 0 | 0.19 | 201.05 | 0.37 | 0.7 |
| Hex | 96 | BB | CF | 1C | A | 0 | 13 | C9 | 25 | 46 |
| Octal | 226 | 273 | 317 | 34 | 12 | 0 | 23 | 311 | 45 | 106 |
| Binary | 10010110 | 10111011 | 11001111 | 11100 | 1010 | 0 | 10011 | 11001001 | 100101 | 1000110 |
Color Harmonies of #96BBCF
Complementary color
Monochromatic Colors of #96BBCF
Black with #96BBCF
Text Example
Text Example
White with #96BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBCF; }
p { color: rgb(150,187,207); }
H1.HeaderClassName
{
color: #96BBCF;
}
.AnyTagClassName
{
color: #96BBCF;
}
</style>
background-color css
<style>
a { background-color: #96BBCF; }
a { background-color: rgb(150,187,207); }
div.DivClassName
{
background-color: #96BBCF;
}
.BgClassName
{
background-color: #96BBCF;
}
</style>
border-color css
<style>
span { border-color: #96BBCF; }
span { border-color: rgb(150,187,207); }
td.TdClassName
{
border-color: #96BBCF;
}
.TagClassName
{
border-color: #96BBCF;
}
</style>