Shades of Regent St Blue #96C9DC
Tints of Regent St Blue #96C9DC
RGB
CMYK
RGB Variations
Color information
#96C9DC (or 0x96C9DC) is known color: Regent St Blue. HEX triplet: 96, C9 and DC. RGB value is (150,201,220). Sum of RGB (Red+Green+Blue) = 150+201+220=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #96C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C9DC is #693623. Grayscale: #BBBBBB. Windows color (decimal): -6895140 or 14469526. OLE color: 14469526.
HSL color Cylindrical-coordinate representation of color #96C9DC: hue angle of 196.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96C9DC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 201 | 220 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.14 |
| HSL | 196.29º | 0.5% | 0.73% | - |
| HSV(B) | 196.29º | 0.32% | 0.86% | - |
| XYZ | 46.38 | 53.42 | 75.58 | - |
| YUV | 187.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 220 | 0.32 | 0.09 | 0 | 0.14 | 196.29 | 0.5 | 0.73 |
| Hex | 96 | C9 | DC | 20 | 9 | 0 | E | C4 | 32 | 49 |
| Octal | 226 | 311 | 334 | 40 | 11 | 0 | 16 | 304 | 62 | 111 |
| Binary | 10010110 | 11001001 | 11011100 | 100000 | 1001 | 0 | 1110 | 11000100 | 110010 | 1001001 |
Color Harmonies of #96C9DC
Complementary color
Monochromatic Colors of #96C9DC
Black with #96C9DC
Text Example
Text Example
White with #96C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C9DC; }
p { color: rgb(150,201,220); }
H1.HeaderClassName
{
color: #96C9DC;
}
.AnyTagClassName
{
color: #96C9DC;
}
</style>
background-color css
<style>
a { background-color: #96C9DC; }
a { background-color: rgb(150,201,220); }
div.DivClassName
{
background-color: #96C9DC;
}
.BgClassName
{
background-color: #96C9DC;
}
</style>
border-color css
<style>
span { border-color: #96C9DC; }
span { border-color: rgb(150,201,220); }
td.TdClassName
{
border-color: #96C9DC;
}
.TagClassName
{
border-color: #96C9DC;
}
</style>