Shades of Regent St Blue #96BCCC
Tints of Regent St Blue #96BCCC
RGB
CMYK
RGB Variations
Color information
#96BCCC (or 0x96BCCC) is known color: Regent St Blue. HEX triplet: 96, BC and CC. RGB value is (150,188,204). Sum of RGB (Red+Green+Blue) = 150+188+204=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #96BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCCC is #694333. Grayscale: #B2B2B2. Windows color (decimal): -6898484 or 13417622. OLE color: 13417622.
HSL color Cylindrical-coordinate representation of color #96BCCC: hue angle of 197.78º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96BCCC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 188 | 204 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.2 |
| HSL | 197.78º | 0.35% | 0.69% | - |
| HSV(B) | 197.78º | 0.26% | 0.8% | - |
| XYZ | 41.46 | 46.81 | 63.98 | - |
| YUV | 178.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 204 | 0.26 | 0.08 | 0 | 0.2 | 197.78 | 0.35 | 0.69 |
| Hex | 96 | BC | CC | 1A | 8 | 0 | 14 | C6 | 23 | 45 |
| Octal | 226 | 274 | 314 | 32 | 10 | 0 | 24 | 306 | 43 | 105 |
| Binary | 10010110 | 10111100 | 11001100 | 11010 | 1000 | 0 | 10100 | 11000110 | 100011 | 1000101 |
Color Harmonies of #96BCCC
Complementary color
Monochromatic Colors of #96BCCC
Black with #96BCCC
Text Example
Text Example
White with #96BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCCC; }
p { color: rgb(150,188,204); }
H1.HeaderClassName
{
color: #96BCCC;
}
.AnyTagClassName
{
color: #96BCCC;
}
</style>
background-color css
<style>
a { background-color: #96BCCC; }
a { background-color: rgb(150,188,204); }
div.DivClassName
{
background-color: #96BCCC;
}
.BgClassName
{
background-color: #96BCCC;
}
</style>
border-color css
<style>
span { border-color: #96BCCC; }
span { border-color: rgb(150,188,204); }
td.TdClassName
{
border-color: #96BCCC;
}
.TagClassName
{
border-color: #96BCCC;
}
</style>