Shades of Regent St Blue #97CBD6
Tints of Regent St Blue #97CBD6
RGB
CMYK
RGB Variations
Color information
#97CBD6 (or 0x97CBD6) is known color: Regent St Blue. HEX triplet: 97, CB and D6. RGB value is (151,203,214). Sum of RGB (Red+Green+Blue) = 151+203+214=568 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.58% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #97CBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CBD6 is #683429. Grayscale: #BCBCBC. Windows color (decimal): -6829098 or 14076823. OLE color: 14076823.
HSL color Cylindrical-coordinate representation of color #97CBD6: hue angle of 190.48º 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 #97CBD6 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 203 | 214 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.16 |
| HSL | 190.48º | 0.43% | 0.72% | - |
| HSV(B) | 190.48º | 0.29% | 0.84% | - |
| XYZ | 46.26 | 54.15 | 71.63 | - |
| YUV | 188.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 203 | 214 | 0.29 | 0.05 | 0 | 0.16 | 190.48 | 0.43 | 0.72 |
| Hex | 97 | CB | D6 | 1D | 5 | 0 | 10 | BE | 2B | 48 |
| Octal | 227 | 313 | 326 | 35 | 5 | 0 | 20 | 276 | 53 | 110 |
| Binary | 10010111 | 11001011 | 11010110 | 11101 | 101 | 0 | 10000 | 10111110 | 101011 | 1001000 |
Color Harmonies of #97CBD6
Complementary color
Monochromatic Colors of #97CBD6
Black with #97CBD6
Text Example
Text Example
White with #97CBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CBD6; }
p { color: rgb(151,203,214); }
H1.HeaderClassName
{
color: #97CBD6;
}
.AnyTagClassName
{
color: #97CBD6;
}
</style>
background-color css
<style>
a { background-color: #97CBD6; }
a { background-color: rgb(151,203,214); }
div.DivClassName
{
background-color: #97CBD6;
}
.BgClassName
{
background-color: #97CBD6;
}
</style>
border-color css
<style>
span { border-color: #97CBD6; }
span { border-color: rgb(151,203,214); }
td.TdClassName
{
border-color: #97CBD6;
}
.TagClassName
{
border-color: #97CBD6;
}
</style>