Shades of Sinbad #99CDC4
Tints of Sinbad #99CDC4
RGB
CMYK
RGB Variations
Color information
#99CDC4 (or 0x99CDC4) is known color: Sinbad. HEX triplet: 99, CD and C4. RGB value is (153,205,196). Sum of RGB (Red+Green+Blue) = 153+205+196=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #99CDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CDC4 is #66323B. Grayscale: #BCBCBC. Windows color (decimal): -6697532 or 12897689. OLE color: 12897689.
HSL color Cylindrical-coordinate representation of color #99CDC4: hue angle of 169.62º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CDC4 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 205 | 196 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.20 |
| HSL | 169.62º | 0.34% | 0.7% | - |
| HSV(B) | 169.62º | 0.25% | 0.8% | - |
| XYZ | 44.93 | 54.42 | 60.36 | - |
| YUV | 188.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 196 | 0.25 | 0 | 0.04 | 0.20 | 169.62 | 0.34 | 0.7 |
| Hex | 99 | CD | C4 | 19 | 0 | 4 | 14 | AA | 22 | 46 |
| Octal | 231 | 315 | 304 | 31 | 0 | 4 | 24 | 252 | 42 | 106 |
| Binary | 10011001 | 11001101 | 11000100 | 11001 | 0 | 100 | 10100 | 10101010 | 100010 | 1000110 |
Color Harmonies of #99CDC4
Complementary color
Monochromatic Colors of #99CDC4
Black with #99CDC4
Text Example
Text Example
White with #99CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CDC4; }
p { color: rgb(153,205,196); }
H1.HeaderClassName
{
color: #99CDC4;
}
.AnyTagClassName
{
color: #99CDC4;
}
</style>
background-color css
<style>
a { background-color: #99CDC4; }
a { background-color: rgb(153,205,196); }
div.DivClassName
{
background-color: #99CDC4;
}
.BgClassName
{
background-color: #99CDC4;
}
</style>
border-color css
<style>
span { border-color: #99CDC4; }
span { border-color: rgb(153,205,196); }
td.TdClassName
{
border-color: #99CDC4;
}
.TagClassName
{
border-color: #99CDC4;
}
</style>