Shades of Regent St Blue #96CFDA
Tints of Regent St Blue #96CFDA
RGB
CMYK
RGB Variations
Color information
#96CFDA (or 0x96CFDA) is known color: Regent St Blue. HEX triplet: 96, CF and DA. RGB value is (150,207,218). Sum of RGB (Red+Green+Blue) = 150+207+218=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #96CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFDA is #693025. Grayscale: #BFBFBF. Windows color (decimal): -6893606 or 14339990. OLE color: 14339990.
HSL color Cylindrical-coordinate representation of color #96CFDA: hue angle of 189.71º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CFDA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 207 | 218 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.15 |
| HSL | 189.71º | 0.48% | 0.72% | - |
| HSV(B) | 189.71º | 0.31% | 0.85% | - |
| XYZ | 47.55 | 56.17 | 74.67 | - |
| YUV | 191.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 218 | 0.31 | 0.05 | 0 | 0.15 | 189.71 | 0.48 | 0.72 |
| Hex | 96 | CF | DA | 1F | 5 | 0 | F | BE | 30 | 48 |
| Octal | 226 | 317 | 332 | 37 | 5 | 0 | 17 | 276 | 60 | 110 |
| Binary | 10010110 | 11001111 | 11011010 | 11111 | 101 | 0 | 1111 | 10111110 | 110000 | 1001000 |
Color Harmonies of #96CFDA
Complementary color
Monochromatic Colors of #96CFDA
Black with #96CFDA
Text Example
Text Example
White with #96CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFDA; }
p { color: rgb(150,207,218); }
H1.HeaderClassName
{
color: #96CFDA;
}
.AnyTagClassName
{
color: #96CFDA;
}
</style>
background-color css
<style>
a { background-color: #96CFDA; }
a { background-color: rgb(150,207,218); }
div.DivClassName
{
background-color: #96CFDA;
}
.BgClassName
{
background-color: #96CFDA;
}
</style>
border-color css
<style>
span { border-color: #96CFDA; }
span { border-color: rgb(150,207,218); }
td.TdClassName
{
border-color: #96CFDA;
}
.TagClassName
{
border-color: #96CFDA;
}
</style>