Shades of Regent St Blue #97BCD0
Tints of Regent St Blue #97BCD0
RGB
CMYK
RGB Variations
Color information
#97BCD0 (or 0x97BCD0) is known color: Regent St Blue. HEX triplet: 97, BC and D0. RGB value is (151,188,208). Sum of RGB (Red+Green+Blue) = 151+188+208=547 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.61% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #97BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCD0 is #68432F. Grayscale: #B3B3B3. Windows color (decimal): -6832944 or 13679767. OLE color: 13679767.
HSL color Cylindrical-coordinate representation of color #97BCD0: hue angle of 201.05º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97BCD0 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 188 | 208 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.18 |
| HSL | 201.05º | 0.38% | 0.7% | - |
| HSV(B) | 201.05º | 0.27% | 0.82% | - |
| XYZ | 42.13 | 47.1 | 66.55 | - |
| YUV | 179.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 188 | 208 | 0.27 | 0.10 | 0 | 0.18 | 201.05 | 0.38 | 0.7 |
| Hex | 97 | BC | D0 | 1B | A | 0 | 12 | C9 | 26 | 46 |
| Octal | 227 | 274 | 320 | 33 | 12 | 0 | 22 | 311 | 46 | 106 |
| Binary | 10010111 | 10111100 | 11010000 | 11011 | 1010 | 0 | 10010 | 11001001 | 100110 | 1000110 |
Color Harmonies of #97BCD0
Complementary color
Monochromatic Colors of #97BCD0
Black with #97BCD0
Text Example
Text Example
White with #97BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BCD0; }
p { color: rgb(151,188,208); }
H1.HeaderClassName
{
color: #97BCD0;
}
.AnyTagClassName
{
color: #97BCD0;
}
</style>
background-color css
<style>
a { background-color: #97BCD0; }
a { background-color: rgb(151,188,208); }
div.DivClassName
{
background-color: #97BCD0;
}
.BgClassName
{
background-color: #97BCD0;
}
</style>
border-color css
<style>
span { border-color: #97BCD0; }
span { border-color: rgb(151,188,208); }
td.TdClassName
{
border-color: #97BCD0;
}
.TagClassName
{
border-color: #97BCD0;
}
</style>