Shades of Sinbad #99E4DE
Tints of Sinbad #99E4DE
RGB
CMYK
RGB Variations
Color information
#99E4DE (or 0x99E4DE) is known color: Sinbad. HEX triplet: 99, E4 and DE. RGB value is (153,228,222). Sum of RGB (Red+Green+Blue) = 153+228+222=603 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.37% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 228 - color contains mainly: green. Hex color #99E4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E4DE is #661B21. Grayscale: #CCCCCC. Windows color (decimal): -6691618 or 14607513. OLE color: 14607513.
HSL color Cylindrical-coordinate representation of color #99E4DE: hue angle of 175.2º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E4DE is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 228 | 222 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.11 |
| HSL | 175.2º | 0.58% | 0.75% | - |
| HSV(B) | 175.2º | 0.33% | 0.89% | - |
| XYZ | 54.07 | 67.53 | 79.29 | - |
| YUV | 204.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 228 | 222 | 0.33 | 0 | 0.03 | 0.11 | 175.2 | 0.58 | 0.75 |
| Hex | 99 | E4 | DE | 21 | 0 | 3 | B | AF | 3A | 4B |
| Octal | 231 | 344 | 336 | 41 | 0 | 3 | 13 | 257 | 72 | 113 |
| Binary | 10011001 | 11100100 | 11011110 | 100001 | 0 | 11 | 1011 | 10101111 | 111010 | 1001011 |
Color Harmonies of #99E4DE
Complementary color
Monochromatic Colors of #99E4DE
Black with #99E4DE
Text Example
Text Example
White with #99E4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E4DE; }
p { color: rgb(153,228,222); }
H1.HeaderClassName
{
color: #99E4DE;
}
.AnyTagClassName
{
color: #99E4DE;
}
</style>
background-color css
<style>
a { background-color: #99E4DE; }
a { background-color: rgb(153,228,222); }
div.DivClassName
{
background-color: #99E4DE;
}
.BgClassName
{
background-color: #99E4DE;
}
</style>
border-color css
<style>
span { border-color: #99E4DE; }
span { border-color: rgb(153,228,222); }
td.TdClassName
{
border-color: #99E4DE;
}
.TagClassName
{
border-color: #99E4DE;
}
</style>