Shades of Regent St Blue #97C1D4
Tints of Regent St Blue #97C1D4
RGB
CMYK
RGB Variations
Color information
#97C1D4 (or 0x97C1D4) is known color: Regent St Blue. HEX triplet: 97, C1 and D4. RGB value is (151,193,212). Sum of RGB (Red+Green+Blue) = 151+193+212=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #97C1D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C1D4 is #683E2B. Grayscale: #B6B6B6. Windows color (decimal): -6831660 or 13943191. OLE color: 13943191.
HSL color Cylindrical-coordinate representation of color #97C1D4: hue angle of 198.69º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97C1D4 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 193 | 212 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.17 |
| HSL | 198.69º | 0.41% | 0.71% | - |
| HSV(B) | 198.69º | 0.29% | 0.83% | - |
| XYZ | 43.72 | 49.47 | 69.53 | - |
| YUV | 182.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 212 | 0.29 | 0.09 | 0 | 0.17 | 198.69 | 0.41 | 0.71 |
| Hex | 97 | C1 | D4 | 1D | 9 | 0 | 11 | C7 | 29 | 47 |
| Octal | 227 | 301 | 324 | 35 | 11 | 0 | 21 | 307 | 51 | 107 |
| Binary | 10010111 | 11000001 | 11010100 | 11101 | 1001 | 0 | 10001 | 11000111 | 101001 | 1000111 |
Color Harmonies of #97C1D4
Complementary color
Monochromatic Colors of #97C1D4
Black with #97C1D4
Text Example
Text Example
White with #97C1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C1D4; }
p { color: rgb(151,193,212); }
H1.HeaderClassName
{
color: #97C1D4;
}
.AnyTagClassName
{
color: #97C1D4;
}
</style>
background-color css
<style>
a { background-color: #97C1D4; }
a { background-color: rgb(151,193,212); }
div.DivClassName
{
background-color: #97C1D4;
}
.BgClassName
{
background-color: #97C1D4;
}
</style>
border-color css
<style>
span { border-color: #97C1D4; }
span { border-color: rgb(151,193,212); }
td.TdClassName
{
border-color: #97C1D4;
}
.TagClassName
{
border-color: #97C1D4;
}
</style>