Shades of Regent St Blue #96D1DE
Tints of Regent St Blue #96D1DE
RGB
CMYK
RGB Variations
Color information
#96D1DE (or 0x96D1DE) is known color: Regent St Blue. HEX triplet: 96, D1 and DE. RGB value is (150,209,222). Sum of RGB (Red+Green+Blue) = 150+209+222=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #96D1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D1DE is #692E21. Grayscale: #C0C0C0. Windows color (decimal): -6893090 or 14602646. OLE color: 14602646.
HSL color Cylindrical-coordinate representation of color #96D1DE: hue angle of 190.83º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96D1DE is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 209 | 222 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.13 |
| HSL | 190.83º | 0.52% | 0.73% | - |
| HSV(B) | 190.83º | 0.32% | 0.87% | - |
| XYZ | 48.56 | 57.36 | 77.62 | - |
| YUV | 192.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 222 | 0.32 | 0.06 | 0 | 0.13 | 190.83 | 0.52 | 0.73 |
| Hex | 96 | D1 | DE | 20 | 6 | 0 | D | BF | 34 | 49 |
| Octal | 226 | 321 | 336 | 40 | 6 | 0 | 15 | 277 | 64 | 111 |
| Binary | 10010110 | 11010001 | 11011110 | 100000 | 110 | 0 | 1101 | 10111111 | 110100 | 1001001 |
Color Harmonies of #96D1DE
Complementary color
Monochromatic Colors of #96D1DE
Black with #96D1DE
Text Example
Text Example
White with #96D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D1DE; }
p { color: rgb(150,209,222); }
H1.HeaderClassName
{
color: #96D1DE;
}
.AnyTagClassName
{
color: #96D1DE;
}
</style>
background-color css
<style>
a { background-color: #96D1DE; }
a { background-color: rgb(150,209,222); }
div.DivClassName
{
background-color: #96D1DE;
}
.BgClassName
{
background-color: #96D1DE;
}
</style>
border-color css
<style>
span { border-color: #96D1DE; }
span { border-color: rgb(150,209,222); }
td.TdClassName
{
border-color: #96D1DE;
}
.TagClassName
{
border-color: #96D1DE;
}
</style>