Shades of Regent St Blue #96D5DE
Tints of Regent St Blue #96D5DE
RGB
CMYK
RGB Variations
Color information
#96D5DE (or 0x96D5DE) is known color: Regent St Blue. HEX triplet: 96, D5 and DE. RGB value is (150,213,222). Sum of RGB (Red+Green+Blue) = 150+213+222=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #96D5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D5DE is #692A21. Grayscale: #C3C3C3. Windows color (decimal): -6892066 or 14603670. OLE color: 14603670.
HSL color Cylindrical-coordinate representation of color #96D5DE: hue angle of 187.5º degrees, saturation: 0.52, 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 #96D5DE is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 213 | 222 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.13 |
| HSL | 187.5º | 0.52% | 0.73% | - |
| HSV(B) | 187.5º | 0.32% | 0.87% | - |
| XYZ | 49.56 | 59.35 | 77.95 | - |
| YUV | 195.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 222 | 0.32 | 0.04 | 0 | 0.13 | 187.5 | 0.52 | 0.73 |
| Hex | 96 | D5 | DE | 20 | 4 | 0 | D | BC | 34 | 49 |
| Octal | 226 | 325 | 336 | 40 | 4 | 0 | 15 | 274 | 64 | 111 |
| Binary | 10010110 | 11010101 | 11011110 | 100000 | 100 | 0 | 1101 | 10111100 | 110100 | 1001001 |
Color Harmonies of #96D5DE
Complementary color
Monochromatic Colors of #96D5DE
Black with #96D5DE
Text Example
Text Example
White with #96D5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D5DE; }
p { color: rgb(150,213,222); }
H1.HeaderClassName
{
color: #96D5DE;
}
.AnyTagClassName
{
color: #96D5DE;
}
</style>
background-color css
<style>
a { background-color: #96D5DE; }
a { background-color: rgb(150,213,222); }
div.DivClassName
{
background-color: #96D5DE;
}
.BgClassName
{
background-color: #96D5DE;
}
</style>
border-color css
<style>
span { border-color: #96D5DE; }
span { border-color: rgb(150,213,222); }
td.TdClassName
{
border-color: #96D5DE;
}
.TagClassName
{
border-color: #96D5DE;
}
</style>