Shades of Regent St Blue #96CDDB
Tints of Regent St Blue #96CDDB
RGB
CMYK
RGB Variations
Color information
#96CDDB (or 0x96CDDB) is known color: Regent St Blue. HEX triplet: 96, CD and DB. RGB value is (150,205,219). Sum of RGB (Red+Green+Blue) = 150+205+219=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #96CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDDB is #693224. Grayscale: #BEBEBE. Windows color (decimal): -6894117 or 14405014. OLE color: 14405014.
HSL color Cylindrical-coordinate representation of color #96CDDB: hue angle of 192.17º 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 #96CDDB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 205 | 219 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.14 |
| HSL | 192.17º | 0.49% | 0.72% | - |
| HSV(B) | 192.17º | 0.32% | 0.86% | - |
| XYZ | 47.2 | 55.26 | 75.2 | - |
| YUV | 190.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 205 | 219 | 0.32 | 0.06 | 0 | 0.14 | 192.17 | 0.49 | 0.72 |
| Hex | 96 | CD | DB | 20 | 6 | 0 | E | C0 | 31 | 48 |
| Octal | 226 | 315 | 333 | 40 | 6 | 0 | 16 | 300 | 61 | 110 |
| Binary | 10010110 | 11001101 | 11011011 | 100000 | 110 | 0 | 1110 | 11000000 | 110001 | 1001000 |
Color Harmonies of #96CDDB
Complementary color
Monochromatic Colors of #96CDDB
Black with #96CDDB
Text Example
Text Example
White with #96CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CDDB; }
p { color: rgb(150,205,219); }
H1.HeaderClassName
{
color: #96CDDB;
}
.AnyTagClassName
{
color: #96CDDB;
}
</style>
background-color css
<style>
a { background-color: #96CDDB; }
a { background-color: rgb(150,205,219); }
div.DivClassName
{
background-color: #96CDDB;
}
.BgClassName
{
background-color: #96CDDB;
}
</style>
border-color css
<style>
span { border-color: #96CDDB; }
span { border-color: rgb(150,205,219); }
td.TdClassName
{
border-color: #96CDDB;
}
.TagClassName
{
border-color: #96CDDB;
}
</style>