Shades of Sinbad #97D3CC
Tints of Sinbad #97D3CC
RGB
CMYK
RGB Variations
Color information
#97D3CC (or 0x97D3CC) is known color: Sinbad. HEX triplet: 97, D3 and CC. RGB value is (151,211,204). Sum of RGB (Red+Green+Blue) = 151+211+204=566 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.68% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 211 - color contains mainly: green. Hex color #97D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D3CC is #682C33. Grayscale: #C0C0C0. Windows color (decimal): -6827060 or 13423511. OLE color: 13423511.
HSL color Cylindrical-coordinate representation of color #97D3CC: hue angle of 173º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97D3CC is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 211 | 204 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.17 |
| HSL | 173º | 0.41% | 0.71% | - |
| HSV(B) | 173º | 0.28% | 0.83% | - |
| XYZ | 46.96 | 57.53 | 65.76 | - |
| YUV | 192.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 211 | 204 | 0.28 | 0 | 0.03 | 0.17 | 173 | 0.41 | 0.71 |
| Hex | 97 | D3 | CC | 1C | 0 | 3 | 11 | AD | 29 | 47 |
| Octal | 227 | 323 | 314 | 34 | 0 | 3 | 21 | 255 | 51 | 107 |
| Binary | 10010111 | 11010011 | 11001100 | 11100 | 0 | 11 | 10001 | 10101101 | 101001 | 1000111 |
Color Harmonies of #97D3CC
Complementary color
Monochromatic Colors of #97D3CC
Black with #97D3CC
Text Example
Text Example
White with #97D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D3CC; }
p { color: rgb(151,211,204); }
H1.HeaderClassName
{
color: #97D3CC;
}
.AnyTagClassName
{
color: #97D3CC;
}
</style>
background-color css
<style>
a { background-color: #97D3CC; }
a { background-color: rgb(151,211,204); }
div.DivClassName
{
background-color: #97D3CC;
}
.BgClassName
{
background-color: #97D3CC;
}
</style>
border-color css
<style>
span { border-color: #97D3CC; }
span { border-color: rgb(151,211,204); }
td.TdClassName
{
border-color: #97D3CC;
}
.TagClassName
{
border-color: #97D3CC;
}
</style>