Shades of Regent St Blue #96CFDF
Tints of Regent St Blue #96CFDF
RGB
CMYK
RGB Variations
Color information
#96CFDF (or 0x96CFDF) is known color: Regent St Blue. HEX triplet: 96, CF and DF. RGB value is (150,207,223). Sum of RGB (Red+Green+Blue) = 150+207+223=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #96CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFDF is #693020. Grayscale: #BFBFBF. Windows color (decimal): -6893601 or 14667670. OLE color: 14667670.
HSL color Cylindrical-coordinate representation of color #96CFDF: hue angle of 193.15º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96CFDF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 207 | 223 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.13 |
| HSL | 193.15º | 0.53% | 0.73% | - |
| HSV(B) | 193.15º | 0.33% | 0.87% | - |
| XYZ | 48.21 | 56.44 | 78.16 | - |
| YUV | 191.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 223 | 0.33 | 0.07 | 0 | 0.13 | 193.15 | 0.53 | 0.73 |
| Hex | 96 | CF | DF | 21 | 7 | 0 | D | C1 | 35 | 49 |
| Octal | 226 | 317 | 337 | 41 | 7 | 0 | 15 | 301 | 65 | 111 |
| Binary | 10010110 | 11001111 | 11011111 | 100001 | 111 | 0 | 1101 | 11000001 | 110101 | 1001001 |
Color Harmonies of #96CFDF
Complementary color
Monochromatic Colors of #96CFDF
Black with #96CFDF
Text Example
Text Example
White with #96CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFDF; }
p { color: rgb(150,207,223); }
H1.HeaderClassName
{
color: #96CFDF;
}
.AnyTagClassName
{
color: #96CFDF;
}
</style>
background-color css
<style>
a { background-color: #96CFDF; }
a { background-color: rgb(150,207,223); }
div.DivClassName
{
background-color: #96CFDF;
}
.BgClassName
{
background-color: #96CFDF;
}
</style>
border-color css
<style>
span { border-color: #96CFDF; }
span { border-color: rgb(150,207,223); }
td.TdClassName
{
border-color: #96CFDF;
}
.TagClassName
{
border-color: #96CFDF;
}
</style>