Shades of Regent St Blue #96D1E1
Tints of Regent St Blue #96D1E1
RGB
CMYK
RGB Variations
Color information
#96D1E1 (or 0x96D1E1) is known color: Regent St Blue. HEX triplet: 96, D1 and E1. RGB value is (150,209,225). Sum of RGB (Red+Green+Blue) = 150+209+225=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #96D1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D1E1 is #692E1E. Grayscale: #C1C1C1. Windows color (decimal): -6893087 or 14799254. OLE color: 14799254.
HSL color Cylindrical-coordinate representation of color #96D1E1: hue angle of 192.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96D1E1 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 209 | 225 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.12 |
| HSL | 192.8º | 0.56% | 0.74% | - |
| HSV(B) | 192.8º | 0.33% | 0.88% | - |
| XYZ | 48.97 | 57.52 | 79.76 | - |
| YUV | 193.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 225 | 0.33 | 0.07 | 0 | 0.12 | 192.8 | 0.56 | 0.74 |
| Hex | 96 | D1 | E1 | 21 | 7 | 0 | C | C1 | 38 | 4A |
| Octal | 226 | 321 | 341 | 41 | 7 | 0 | 14 | 301 | 70 | 112 |
| Binary | 10010110 | 11010001 | 11100001 | 100001 | 111 | 0 | 1100 | 11000001 | 111000 | 1001010 |
Color Harmonies of #96D1E1
Complementary color
Monochromatic Colors of #96D1E1
Black with #96D1E1
Text Example
Text Example
White with #96D1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D1E1; }
p { color: rgb(150,209,225); }
H1.HeaderClassName
{
color: #96D1E1;
}
.AnyTagClassName
{
color: #96D1E1;
}
</style>
background-color css
<style>
a { background-color: #96D1E1; }
a { background-color: rgb(150,209,225); }
div.DivClassName
{
background-color: #96D1E1;
}
.BgClassName
{
background-color: #96D1E1;
}
</style>
border-color css
<style>
span { border-color: #96D1E1; }
span { border-color: rgb(150,209,225); }
td.TdClassName
{
border-color: #96D1E1;
}
.TagClassName
{
border-color: #96D1E1;
}
</style>