Shades of Regent St Blue #96D3DF
Tints of Regent St Blue #96D3DF
RGB
CMYK
RGB Variations
Color information
#96D3DF (or 0x96D3DF) is known color: Regent St Blue. HEX triplet: 96, D3 and DF. RGB value is (150,211,223). Sum of RGB (Red+Green+Blue) = 150+211+223=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #96D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D3DF is #692C20. Grayscale: #C2C2C2. Windows color (decimal): -6892577 or 14668694. OLE color: 14668694.
HSL color Cylindrical-coordinate representation of color #96D3DF: hue angle of 189.86º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96D3DF is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 211 | 223 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.13 |
| HSL | 189.86º | 0.53% | 0.73% | - |
| HSV(B) | 189.86º | 0.33% | 0.87% | - |
| XYZ | 49.19 | 58.4 | 78.49 | - |
| YUV | 194.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 223 | 0.33 | 0.05 | 0 | 0.13 | 189.86 | 0.53 | 0.73 |
| Hex | 96 | D3 | DF | 21 | 5 | 0 | D | BE | 35 | 49 |
| Octal | 226 | 323 | 337 | 41 | 5 | 0 | 15 | 276 | 65 | 111 |
| Binary | 10010110 | 11010011 | 11011111 | 100001 | 101 | 0 | 1101 | 10111110 | 110101 | 1001001 |
Color Harmonies of #96D3DF
Complementary color
Monochromatic Colors of #96D3DF
Black with #96D3DF
Text Example
Text Example
White with #96D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D3DF; }
p { color: rgb(150,211,223); }
H1.HeaderClassName
{
color: #96D3DF;
}
.AnyTagClassName
{
color: #96D3DF;
}
</style>
background-color css
<style>
a { background-color: #96D3DF; }
a { background-color: rgb(150,211,223); }
div.DivClassName
{
background-color: #96D3DF;
}
.BgClassName
{
background-color: #96D3DF;
}
</style>
border-color css
<style>
span { border-color: #96D3DF; }
span { border-color: rgb(150,211,223); }
td.TdClassName
{
border-color: #96D3DF;
}
.TagClassName
{
border-color: #96D3DF;
}
</style>