Shades of Regent St Blue #96C0CC
Tints of Regent St Blue #96C0CC
RGB
CMYK
RGB Variations
Color information
#96C0CC (or 0x96C0CC) is known color: Regent St Blue. HEX triplet: 96, C0 and CC. RGB value is (150,192,204). Sum of RGB (Red+Green+Blue) = 150+192+204=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #96C0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0CC is #693F33. Grayscale: #B4B4B4. Windows color (decimal): -6897460 or 13418646. OLE color: 13418646.
HSL color Cylindrical-coordinate representation of color #96C0CC: hue angle of 193.33º 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 #96C0CC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 192 | 204 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.2 |
| HSL | 193.33º | 0.35% | 0.69% | - |
| HSV(B) | 193.33º | 0.26% | 0.8% | - |
| XYZ | 42.33 | 48.54 | 64.27 | - |
| YUV | 180.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 204 | 0.26 | 0.06 | 0 | 0.2 | 193.33 | 0.35 | 0.69 |
| Hex | 96 | C0 | CC | 1A | 6 | 0 | 14 | C1 | 23 | 45 |
| Octal | 226 | 300 | 314 | 32 | 6 | 0 | 24 | 301 | 43 | 105 |
| Binary | 10010110 | 11000000 | 11001100 | 11010 | 110 | 0 | 10100 | 11000001 | 100011 | 1000101 |
Color Harmonies of #96C0CC
Complementary color
Monochromatic Colors of #96C0CC
Black with #96C0CC
Text Example
Text Example
White with #96C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C0CC; }
p { color: rgb(150,192,204); }
H1.HeaderClassName
{
color: #96C0CC;
}
.AnyTagClassName
{
color: #96C0CC;
}
</style>
background-color css
<style>
a { background-color: #96C0CC; }
a { background-color: rgb(150,192,204); }
div.DivClassName
{
background-color: #96C0CC;
}
.BgClassName
{
background-color: #96C0CC;
}
</style>
border-color css
<style>
span { border-color: #96C0CC; }
span { border-color: rgb(150,192,204); }
td.TdClassName
{
border-color: #96C0CC;
}
.TagClassName
{
border-color: #96C0CC;
}
</style>