Shades of Regent St Blue #96D2DD
Tints of Regent St Blue #96D2DD
RGB
CMYK
RGB Variations
Color information
#96D2DD (or 0x96D2DD) is known color: Regent St Blue. HEX triplet: 96, D2 and DD. RGB value is (150,210,221). Sum of RGB (Red+Green+Blue) = 150+210+221=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #96D2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D2DD is #692D22. Grayscale: #C1C1C1. Windows color (decimal): -6892835 or 14537366. OLE color: 14537366.
HSL color Cylindrical-coordinate representation of color #96D2DD: hue angle of 189.3º degrees, saturation: 0.51, 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 #96D2DD is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 210 | 221 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.13 |
| HSL | 189.3º | 0.51% | 0.73% | - |
| HSV(B) | 189.3º | 0.32% | 0.87% | - |
| XYZ | 48.68 | 57.8 | 77 | - |
| YUV | 193.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 221 | 0.32 | 0.05 | 0 | 0.13 | 189.3 | 0.51 | 0.73 |
| Hex | 96 | D2 | DD | 20 | 5 | 0 | D | BD | 33 | 49 |
| Octal | 226 | 322 | 335 | 40 | 5 | 0 | 15 | 275 | 63 | 111 |
| Binary | 10010110 | 11010010 | 11011101 | 100000 | 101 | 0 | 1101 | 10111101 | 110011 | 1001001 |
Color Harmonies of #96D2DD
Complementary color
Monochromatic Colors of #96D2DD
Black with #96D2DD
Text Example
Text Example
White with #96D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D2DD; }
p { color: rgb(150,210,221); }
H1.HeaderClassName
{
color: #96D2DD;
}
.AnyTagClassName
{
color: #96D2DD;
}
</style>
background-color css
<style>
a { background-color: #96D2DD; }
a { background-color: rgb(150,210,221); }
div.DivClassName
{
background-color: #96D2DD;
}
.BgClassName
{
background-color: #96D2DD;
}
</style>
border-color css
<style>
span { border-color: #96D2DD; }
span { border-color: rgb(150,210,221); }
td.TdClassName
{
border-color: #96D2DD;
}
.TagClassName
{
border-color: #96D2DD;
}
</style>