Shades of Regent St Blue #96D2DC
Tints of Regent St Blue #96D2DC
RGB
CMYK
RGB Variations
Color information
#96D2DC (or 0x96D2DC) is known color: Regent St Blue. HEX triplet: 96, D2 and DC. RGB value is (150,210,220). Sum of RGB (Red+Green+Blue) = 150+210+220=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #96D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D2DC is #692D23. Grayscale: #C1C1C1. Windows color (decimal): -6892836 or 14471830. OLE color: 14471830.
HSL color Cylindrical-coordinate representation of color #96D2DC: hue angle of 188.57º 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 #96D2DC is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 210 | 220 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.14 |
| HSL | 188.57º | 0.5% | 0.73% | - |
| HSV(B) | 188.57º | 0.32% | 0.86% | - |
| XYZ | 48.54 | 57.74 | 76.3 | - |
| YUV | 193.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 220 | 0.32 | 0.05 | 0 | 0.14 | 188.57 | 0.5 | 0.73 |
| Hex | 96 | D2 | DC | 20 | 5 | 0 | E | BD | 32 | 49 |
| Octal | 226 | 322 | 334 | 40 | 5 | 0 | 16 | 275 | 62 | 111 |
| Binary | 10010110 | 11010010 | 11011100 | 100000 | 101 | 0 | 1110 | 10111101 | 110010 | 1001001 |
Color Harmonies of #96D2DC
Complementary color
Monochromatic Colors of #96D2DC
Black with #96D2DC
Text Example
Text Example
White with #96D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D2DC; }
p { color: rgb(150,210,220); }
H1.HeaderClassName
{
color: #96D2DC;
}
.AnyTagClassName
{
color: #96D2DC;
}
</style>
background-color css
<style>
a { background-color: #96D2DC; }
a { background-color: rgb(150,210,220); }
div.DivClassName
{
background-color: #96D2DC;
}
.BgClassName
{
background-color: #96D2DC;
}
</style>
border-color css
<style>
span { border-color: #96D2DC; }
span { border-color: rgb(150,210,220); }
td.TdClassName
{
border-color: #96D2DC;
}
.TagClassName
{
border-color: #96D2DC;
}
</style>