Shades of Sinbad #97D5CE
Tints of Sinbad #97D5CE
RGB
CMYK
RGB Variations
Color information
#97D5CE (or 0x97D5CE) is known color: Sinbad. HEX triplet: 97, D5 and CE. RGB value is (151,213,206). Sum of RGB (Red+Green+Blue) = 151+213+206=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #97D5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D5CE is #682A31. Grayscale: #C1C1C1. Windows color (decimal): -6826546 or 13555095. OLE color: 13555095.
HSL color Cylindrical-coordinate representation of color #97D5CE: hue angle of 173.23º 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 #97D5CE is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 213 | 206 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.16 |
| HSL | 173.23º | 0.42% | 0.71% | - |
| HSV(B) | 173.23º | 0.29% | 0.84% | - |
| XYZ | 47.7 | 58.62 | 67.19 | - |
| YUV | 193.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 213 | 206 | 0.29 | 0 | 0.03 | 0.16 | 173.23 | 0.42 | 0.71 |
| Hex | 97 | D5 | CE | 1D | 0 | 3 | 10 | AD | 2A | 47 |
| Octal | 227 | 325 | 316 | 35 | 0 | 3 | 20 | 255 | 52 | 107 |
| Binary | 10010111 | 11010101 | 11001110 | 11101 | 0 | 11 | 10000 | 10101101 | 101010 | 1000111 |
Color Harmonies of #97D5CE
Complementary color
Monochromatic Colors of #97D5CE
Black with #97D5CE
Text Example
Text Example
White with #97D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D5CE; }
p { color: rgb(151,213,206); }
H1.HeaderClassName
{
color: #97D5CE;
}
.AnyTagClassName
{
color: #97D5CE;
}
</style>
background-color css
<style>
a { background-color: #97D5CE; }
a { background-color: rgb(151,213,206); }
div.DivClassName
{
background-color: #97D5CE;
}
.BgClassName
{
background-color: #97D5CE;
}
</style>
border-color css
<style>
span { border-color: #97D5CE; }
span { border-color: rgb(151,213,206); }
td.TdClassName
{
border-color: #97D5CE;
}
.TagClassName
{
border-color: #97D5CE;
}
</style>