Shades of Sinbad #9AE1DB
Tints of Sinbad #9AE1DB
RGB
CMYK
RGB Variations
Color information
#9AE1DB (or 0x9AE1DB) is known color: Sinbad. HEX triplet: 9A, E1 and DB. RGB value is (154,225,219). Sum of RGB (Red+Green+Blue) = 154+225+219=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE1DB is #651E24. Grayscale: #CBCBCB. Windows color (decimal): -6626853 or 14410138. OLE color: 14410138.
HSL color Cylindrical-coordinate representation of color #9AE1DB: hue angle of 174.93º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE1DB is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 225 | 219 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.12 |
| HSL | 174.93º | 0.54% | 0.74% | - |
| HSV(B) | 174.93º | 0.32% | 0.88% | - |
| XYZ | 53.04 | 65.83 | 76.93 | - |
| YUV | 203.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 225 | 219 | 0.32 | 0 | 0.03 | 0.12 | 174.93 | 0.54 | 0.74 |
| Hex | 9A | E1 | DB | 20 | 0 | 3 | C | AF | 36 | 4A |
| Octal | 232 | 341 | 333 | 40 | 0 | 3 | 14 | 257 | 66 | 112 |
| Binary | 10011010 | 11100001 | 11011011 | 100000 | 0 | 11 | 1100 | 10101111 | 110110 | 1001010 |
Color Harmonies of #9AE1DB
Complementary color
Monochromatic Colors of #9AE1DB
Black with #9AE1DB
Text Example
Text Example
White with #9AE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE1DB; }
p { color: rgb(154,225,219); }
H1.HeaderClassName
{
color: #9AE1DB;
}
.AnyTagClassName
{
color: #9AE1DB;
}
</style>
background-color css
<style>
a { background-color: #9AE1DB; }
a { background-color: rgb(154,225,219); }
div.DivClassName
{
background-color: #9AE1DB;
}
.BgClassName
{
background-color: #9AE1DB;
}
</style>
border-color css
<style>
span { border-color: #9AE1DB; }
span { border-color: rgb(154,225,219); }
td.TdClassName
{
border-color: #9AE1DB;
}
.TagClassName
{
border-color: #9AE1DB;
}
</style>