Shades of Sinbad #9ADBD2
Tints of Sinbad #9ADBD2
RGB
CMYK
RGB Variations
Color information
#9ADBD2 (or 0x9ADBD2) is known color: Sinbad. HEX triplet: 9A, DB and D2. RGB value is (154,219,210). Sum of RGB (Red+Green+Blue) = 154+219+210=583 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.42% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBD2 is #65242D. Grayscale: #C6C6C6. Windows color (decimal): -6628398 or 13818778. OLE color: 13818778.
HSL color Cylindrical-coordinate representation of color #9ADBD2: hue angle of 171.69º 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 #9ADBD2 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 210 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.14 |
| HSL | 171.69º | 0.47% | 0.73% | - |
| HSV(B) | 171.69º | 0.3% | 0.86% | - |
| XYZ | 50.29 | 62.19 | 70.33 | - |
| YUV | 198.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 210 | 0.30 | 0 | 0.04 | 0.14 | 171.69 | 0.47 | 0.73 |
| Hex | 9A | DB | D2 | 1E | 0 | 4 | E | AC | 2F | 49 |
| Octal | 232 | 333 | 322 | 36 | 0 | 4 | 16 | 254 | 57 | 111 |
| Binary | 10011010 | 11011011 | 11010010 | 11110 | 0 | 100 | 1110 | 10101100 | 101111 | 1001001 |
Color Harmonies of #9ADBD2
Complementary color
Monochromatic Colors of #9ADBD2
Black with #9ADBD2
Text Example
Text Example
White with #9ADBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBD2; }
p { color: rgb(154,219,210); }
H1.HeaderClassName
{
color: #9ADBD2;
}
.AnyTagClassName
{
color: #9ADBD2;
}
</style>
background-color css
<style>
a { background-color: #9ADBD2; }
a { background-color: rgb(154,219,210); }
div.DivClassName
{
background-color: #9ADBD2;
}
.BgClassName
{
background-color: #9ADBD2;
}
</style>
border-color css
<style>
span { border-color: #9ADBD2; }
span { border-color: rgb(154,219,210); }
td.TdClassName
{
border-color: #9ADBD2;
}
.TagClassName
{
border-color: #9ADBD2;
}
</style>