Shades of Regent St Blue #96D1DB
Tints of Regent St Blue #96D1DB
RGB
CMYK
RGB Variations
Color information
#96D1DB (or 0x96D1DB) is known color: Regent St Blue. HEX triplet: 96, D1 and DB. RGB value is (150,209,219). Sum of RGB (Red+Green+Blue) = 150+209+219=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #96D1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D1DB is #692E24. Grayscale: #C0C0C0. Windows color (decimal): -6893093 or 14406038. OLE color: 14406038.
HSL color Cylindrical-coordinate representation of color #96D1DB: hue angle of 188.7º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96D1DB is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 209 | 219 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.14 |
| HSL | 188.7º | 0.49% | 0.72% | - |
| HSV(B) | 188.7º | 0.32% | 0.86% | - |
| XYZ | 48.16 | 57.2 | 75.52 | - |
| YUV | 192.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 219 | 0.32 | 0.05 | 0 | 0.14 | 188.7 | 0.49 | 0.72 |
| Hex | 96 | D1 | DB | 20 | 5 | 0 | E | BD | 31 | 48 |
| Octal | 226 | 321 | 333 | 40 | 5 | 0 | 16 | 275 | 61 | 110 |
| Binary | 10010110 | 11010001 | 11011011 | 100000 | 101 | 0 | 1110 | 10111101 | 110001 | 1001000 |
Color Harmonies of #96D1DB
Complementary color
Monochromatic Colors of #96D1DB
Black with #96D1DB
Text Example
Text Example
White with #96D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D1DB; }
p { color: rgb(150,209,219); }
H1.HeaderClassName
{
color: #96D1DB;
}
.AnyTagClassName
{
color: #96D1DB;
}
</style>
background-color css
<style>
a { background-color: #96D1DB; }
a { background-color: rgb(150,209,219); }
div.DivClassName
{
background-color: #96D1DB;
}
.BgClassName
{
background-color: #96D1DB;
}
</style>
border-color css
<style>
span { border-color: #96D1DB; }
span { border-color: rgb(150,209,219); }
td.TdClassName
{
border-color: #96D1DB;
}
.TagClassName
{
border-color: #96D1DB;
}
</style>