Shades of Regent St Blue #96CCDC
Tints of Regent St Blue #96CCDC
RGB
CMYK
RGB Variations
Color information
#96CCDC (or 0x96CCDC) is known color: Regent St Blue. HEX triplet: 96, CC and DC. RGB value is (150,204,220). Sum of RGB (Red+Green+Blue) = 150+204+220=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #96CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCDC is #693323. Grayscale: #BDBDBD. Windows color (decimal): -6894372 or 14470294. OLE color: 14470294.
HSL color Cylindrical-coordinate representation of color #96CCDC: hue angle of 193.71º 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 #96CCDC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 204 | 220 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.14 |
| HSL | 193.71º | 0.5% | 0.73% | - |
| HSV(B) | 193.71º | 0.32% | 0.86% | - |
| XYZ | 47.09 | 54.84 | 75.81 | - |
| YUV | 189.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 220 | 0.32 | 0.07 | 0 | 0.14 | 193.71 | 0.5 | 0.73 |
| Hex | 96 | CC | DC | 20 | 7 | 0 | E | C2 | 32 | 49 |
| Octal | 226 | 314 | 334 | 40 | 7 | 0 | 16 | 302 | 62 | 111 |
| Binary | 10010110 | 11001100 | 11011100 | 100000 | 111 | 0 | 1110 | 11000010 | 110010 | 1001001 |
Color Harmonies of #96CCDC
Complementary color
Monochromatic Colors of #96CCDC
Black with #96CCDC
Text Example
Text Example
White with #96CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CCDC; }
p { color: rgb(150,204,220); }
H1.HeaderClassName
{
color: #96CCDC;
}
.AnyTagClassName
{
color: #96CCDC;
}
</style>
background-color css
<style>
a { background-color: #96CCDC; }
a { background-color: rgb(150,204,220); }
div.DivClassName
{
background-color: #96CCDC;
}
.BgClassName
{
background-color: #96CCDC;
}
</style>
border-color css
<style>
span { border-color: #96CCDC; }
span { border-color: rgb(150,204,220); }
td.TdClassName
{
border-color: #96CCDC;
}
.TagClassName
{
border-color: #96CCDC;
}
</style>