Shades of Regent St Blue #97CDD6
Tints of Regent St Blue #97CDD6
RGB
CMYK
RGB Variations
Color information
#97CDD6 (or 0x97CDD6) is known color: Regent St Blue. HEX triplet: 97, CD and D6. RGB value is (151,205,214). Sum of RGB (Red+Green+Blue) = 151+205+214=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #97CDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CDD6 is #683229. Grayscale: #BDBDBD. Windows color (decimal): -6828586 or 14077335. OLE color: 14077335.
HSL color Cylindrical-coordinate representation of color #97CDD6: hue angle of 188.57º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97CDD6 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 205 | 214 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.16 |
| HSL | 188.57º | 0.43% | 0.72% | - |
| HSV(B) | 188.57º | 0.29% | 0.84% | - |
| XYZ | 46.73 | 55.1 | 71.79 | - |
| YUV | 189.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 205 | 214 | 0.29 | 0.04 | 0 | 0.16 | 188.57 | 0.43 | 0.72 |
| Hex | 97 | CD | D6 | 1D | 4 | 0 | 10 | BD | 2B | 48 |
| Octal | 227 | 315 | 326 | 35 | 4 | 0 | 20 | 275 | 53 | 110 |
| Binary | 10010111 | 11001101 | 11010110 | 11101 | 100 | 0 | 10000 | 10111101 | 101011 | 1001000 |
Color Harmonies of #97CDD6
Complementary color
Monochromatic Colors of #97CDD6
Black with #97CDD6
Text Example
Text Example
White with #97CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CDD6; }
p { color: rgb(151,205,214); }
H1.HeaderClassName
{
color: #97CDD6;
}
.AnyTagClassName
{
color: #97CDD6;
}
</style>
background-color css
<style>
a { background-color: #97CDD6; }
a { background-color: rgb(151,205,214); }
div.DivClassName
{
background-color: #97CDD6;
}
.BgClassName
{
background-color: #97CDD6;
}
</style>
border-color css
<style>
span { border-color: #97CDD6; }
span { border-color: rgb(151,205,214); }
td.TdClassName
{
border-color: #97CDD6;
}
.TagClassName
{
border-color: #97CDD6;
}
</style>