Shades of Sinbad #9ADBD3
Tints of Sinbad #9ADBD3
RGB
CMYK
RGB Variations
Color information
#9ADBD3 (or 0x9ADBD3) is known color: Sinbad. HEX triplet: 9A, DB and D3. RGB value is (154,219,211). Sum of RGB (Red+Green+Blue) = 154+219+211=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBD3 is #65242C. Grayscale: #C6C6C6. Windows color (decimal): -6628397 or 13884314. OLE color: 13884314.
HSL color Cylindrical-coordinate representation of color #9ADBD3: hue angle of 172.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBD3 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 211 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.14 |
| HSL | 172.62º | 0.47% | 0.73% | - |
| HSV(B) | 172.62º | 0.3% | 0.86% | - |
| XYZ | 50.42 | 62.24 | 70.98 | - |
| YUV | 198.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 211 | 0.30 | 0 | 0.04 | 0.14 | 172.62 | 0.47 | 0.73 |
| Hex | 9A | DB | D3 | 1E | 0 | 4 | E | AD | 2F | 49 |
| Octal | 232 | 333 | 323 | 36 | 0 | 4 | 16 | 255 | 57 | 111 |
| Binary | 10011010 | 11011011 | 11010011 | 11110 | 0 | 100 | 1110 | 10101101 | 101111 | 1001001 |
Color Harmonies of #9ADBD3
Complementary color
Monochromatic Colors of #9ADBD3
Black with #9ADBD3
Text Example
Text Example
White with #9ADBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBD3; }
p { color: rgb(154,219,211); }
H1.HeaderClassName
{
color: #9ADBD3;
}
.AnyTagClassName
{
color: #9ADBD3;
}
</style>
background-color css
<style>
a { background-color: #9ADBD3; }
a { background-color: rgb(154,219,211); }
div.DivClassName
{
background-color: #9ADBD3;
}
.BgClassName
{
background-color: #9ADBD3;
}
</style>
border-color css
<style>
span { border-color: #9ADBD3; }
span { border-color: rgb(154,219,211); }
td.TdClassName
{
border-color: #9ADBD3;
}
.TagClassName
{
border-color: #9ADBD3;
}
</style>