Shades of Regent St Blue #97CCD5
Tints of Regent St Blue #97CCD5
RGB
CMYK
RGB Variations
Color information
#97CCD5 (or 0x97CCD5) is known color: Regent St Blue. HEX triplet: 97, CC and D5. RGB value is (151,204,213). Sum of RGB (Red+Green+Blue) = 151+204+213=568 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.58% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #97CCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CCD5 is #68332A. Grayscale: #BDBDBD. Windows color (decimal): -6828843 or 14011543. OLE color: 14011543.
HSL color Cylindrical-coordinate representation of color #97CCD5: hue angle of 188.71º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97CCD5 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 204 | 213 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.16 |
| HSL | 188.71º | 0.42% | 0.71% | - |
| HSV(B) | 188.71º | 0.29% | 0.84% | - |
| XYZ | 46.37 | 54.57 | 71.04 | - |
| YUV | 189.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 204 | 213 | 0.29 | 0.04 | 0 | 0.16 | 188.71 | 0.42 | 0.71 |
| Hex | 97 | CC | D5 | 1D | 4 | 0 | 10 | BD | 2A | 47 |
| Octal | 227 | 314 | 325 | 35 | 4 | 0 | 20 | 275 | 52 | 107 |
| Binary | 10010111 | 11001100 | 11010101 | 11101 | 100 | 0 | 10000 | 10111101 | 101010 | 1000111 |
Color Harmonies of #97CCD5
Complementary color
Monochromatic Colors of #97CCD5
Black with #97CCD5
Text Example
Text Example
White with #97CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CCD5; }
p { color: rgb(151,204,213); }
H1.HeaderClassName
{
color: #97CCD5;
}
.AnyTagClassName
{
color: #97CCD5;
}
</style>
background-color css
<style>
a { background-color: #97CCD5; }
a { background-color: rgb(151,204,213); }
div.DivClassName
{
background-color: #97CCD5;
}
.BgClassName
{
background-color: #97CCD5;
}
</style>
border-color css
<style>
span { border-color: #97CCD5; }
span { border-color: rgb(151,204,213); }
td.TdClassName
{
border-color: #97CCD5;
}
.TagClassName
{
border-color: #97CCD5;
}
</style>