Shades of Regent St Blue #97D3DF
Tints of Regent St Blue #97D3DF
RGB
CMYK
RGB Variations
Color information
#97D3DF (or 0x97D3DF) is known color: Regent St Blue. HEX triplet: 97, D3 and DF. RGB value is (151,211,223). Sum of RGB (Red+Green+Blue) = 151+211+223=585 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.81% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #97D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D3DF is #682C20. Grayscale: #C2C2C2. Windows color (decimal): -6827041 or 14668695. OLE color: 14668695.
HSL color Cylindrical-coordinate representation of color #97D3DF: hue angle of 190º degrees, saturation: 0.53, 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 #97D3DF is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 211 | 223 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.13 |
| HSL | 190º | 0.53% | 0.73% | - |
| HSV(B) | 190º | 0.32% | 0.87% | - |
| XYZ | 49.38 | 58.5 | 78.5 | - |
| YUV | 194.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 211 | 223 | 0.32 | 0.05 | 0 | 0.13 | 190 | 0.53 | 0.73 |
| Hex | 97 | D3 | DF | 20 | 5 | 0 | D | BE | 35 | 49 |
| Octal | 227 | 323 | 337 | 40 | 5 | 0 | 15 | 276 | 65 | 111 |
| Binary | 10010111 | 11010011 | 11011111 | 100000 | 101 | 0 | 1101 | 10111110 | 110101 | 1001001 |
Color Harmonies of #97D3DF
Complementary color
Monochromatic Colors of #97D3DF
Black with #97D3DF
Text Example
Text Example
White with #97D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D3DF; }
p { color: rgb(151,211,223); }
H1.HeaderClassName
{
color: #97D3DF;
}
.AnyTagClassName
{
color: #97D3DF;
}
</style>
background-color css
<style>
a { background-color: #97D3DF; }
a { background-color: rgb(151,211,223); }
div.DivClassName
{
background-color: #97D3DF;
}
.BgClassName
{
background-color: #97D3DF;
}
</style>
border-color css
<style>
span { border-color: #97D3DF; }
span { border-color: rgb(151,211,223); }
td.TdClassName
{
border-color: #97D3DF;
}
.TagClassName
{
border-color: #97D3DF;
}
</style>