Shades of Sinbad #99D6CC
Tints of Sinbad #99D6CC
RGB
CMYK
RGB Variations
Color information
#99D6CC (or 0x99D6CC) is known color: Sinbad. HEX triplet: 99, D6 and CC. RGB value is (153,214,204). Sum of RGB (Red+Green+Blue) = 153+214+204=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D6CC is #662933. Grayscale: #C2C2C2. Windows color (decimal): -6695220 or 13424281. OLE color: 13424281.
HSL color Cylindrical-coordinate representation of color #99D6CC: hue angle of 170.16º 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 #99D6CC is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 204 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.16 |
| HSL | 170.16º | 0.43% | 0.72% | - |
| HSV(B) | 170.16º | 0.29% | 0.84% | - |
| XYZ | 48.08 | 59.23 | 66.02 | - |
| YUV | 194.62 | 133.29 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 204 | 0.29 | 0 | 0.05 | 0.16 | 170.16 | 0.43 | 0.72 |
| Hex | 99 | D6 | CC | 1D | 0 | 5 | 10 | AA | 2B | 48 |
| Octal | 231 | 326 | 314 | 35 | 0 | 5 | 20 | 252 | 53 | 110 |
| Binary | 10011001 | 11010110 | 11001100 | 11101 | 0 | 101 | 10000 | 10101010 | 101011 | 1001000 |
Color Harmonies of #99D6CC
Complementary color
Monochromatic Colors of #99D6CC
Black with #99D6CC
Text Example
Text Example
White with #99D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D6CC; }
p { color: rgb(153,214,204); }
H1.HeaderClassName
{
color: #99D6CC;
}
.AnyTagClassName
{
color: #99D6CC;
}
</style>
background-color css
<style>
a { background-color: #99D6CC; }
a { background-color: rgb(153,214,204); }
div.DivClassName
{
background-color: #99D6CC;
}
.BgClassName
{
background-color: #99D6CC;
}
</style>
border-color css
<style>
span { border-color: #99D6CC; }
span { border-color: rgb(153,214,204); }
td.TdClassName
{
border-color: #99D6CC;
}
.TagClassName
{
border-color: #99D6CC;
}
</style>