Shades of Sinbad #99E6DD
Tints of Sinbad #99E6DD
RGB
CMYK
RGB Variations
Color information
#99E6DD (or 0x99E6DD) is known color: Sinbad. HEX triplet: 99, E6 and DD. RGB value is (153,230,221). Sum of RGB (Red+Green+Blue) = 153+230+221=604 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.33% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #99E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E6DD is #661922. Grayscale: #CDCDCD. Windows color (decimal): -6691107 or 14542489. OLE color: 14542489.
HSL color Cylindrical-coordinate representation of color #99E6DD: hue angle of 172.99º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E6DD is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 230 | 221 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.10 |
| HSL | 172.99º | 0.61% | 0.75% | - |
| HSV(B) | 172.99º | 0.33% | 0.9% | - |
| XYZ | 54.48 | 68.59 | 78.77 | - |
| YUV | 205.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 230 | 221 | 0.33 | 0 | 0.04 | 0.10 | 172.99 | 0.61 | 0.75 |
| Hex | 99 | E6 | DD | 21 | 0 | 4 | A | AD | 3D | 4B |
| Octal | 231 | 346 | 335 | 41 | 0 | 4 | 12 | 255 | 75 | 113 |
| Binary | 10011001 | 11100110 | 11011101 | 100001 | 0 | 100 | 1010 | 10101101 | 111101 | 1001011 |
Color Harmonies of #99E6DD
Complementary color
Monochromatic Colors of #99E6DD
Black with #99E6DD
Text Example
Text Example
White with #99E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E6DD; }
p { color: rgb(153,230,221); }
H1.HeaderClassName
{
color: #99E6DD;
}
.AnyTagClassName
{
color: #99E6DD;
}
</style>
background-color css
<style>
a { background-color: #99E6DD; }
a { background-color: rgb(153,230,221); }
div.DivClassName
{
background-color: #99E6DD;
}
.BgClassName
{
background-color: #99E6DD;
}
</style>
border-color css
<style>
span { border-color: #99E6DD; }
span { border-color: rgb(153,230,221); }
td.TdClassName
{
border-color: #99E6DD;
}
.TagClassName
{
border-color: #99E6DD;
}
</style>