Shades of Sinbad #9ADBCC
Tints of Sinbad #9ADBCC
RGB
CMYK
RGB Variations
Color information
#9ADBCC (or 0x9ADBCC) is known color: Sinbad. HEX triplet: 9A, DB and CC. RGB value is (154,219,204). Sum of RGB (Red+Green+Blue) = 154+219+204=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBCC is #652433. Grayscale: #C5C5C5. Windows color (decimal): -6628404 or 13425562. OLE color: 13425562.
HSL color Cylindrical-coordinate representation of color #9ADBCC: hue angle of 166.15º 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 #9ADBCC is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 204 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.14 |
| HSL | 166.15º | 0.47% | 0.73% | - |
| HSV(B) | 166.15º | 0.3% | 0.86% | - |
| XYZ | 49.56 | 61.89 | 66.46 | - |
| YUV | 197.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 204 | 0.30 | 0 | 0.07 | 0.14 | 166.15 | 0.47 | 0.73 |
| Hex | 9A | DB | CC | 1E | 0 | 7 | E | A6 | 2F | 49 |
| Octal | 232 | 333 | 314 | 36 | 0 | 7 | 16 | 246 | 57 | 111 |
| Binary | 10011010 | 11011011 | 11001100 | 11110 | 0 | 111 | 1110 | 10100110 | 101111 | 1001001 |
Color Harmonies of #9ADBCC
Complementary color
Monochromatic Colors of #9ADBCC
Black with #9ADBCC
Text Example
Text Example
White with #9ADBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBCC; }
p { color: rgb(154,219,204); }
H1.HeaderClassName
{
color: #9ADBCC;
}
.AnyTagClassName
{
color: #9ADBCC;
}
</style>
background-color css
<style>
a { background-color: #9ADBCC; }
a { background-color: rgb(154,219,204); }
div.DivClassName
{
background-color: #9ADBCC;
}
.BgClassName
{
background-color: #9ADBCC;
}
</style>
border-color css
<style>
span { border-color: #9ADBCC; }
span { border-color: rgb(154,219,204); }
td.TdClassName
{
border-color: #9ADBCC;
}
.TagClassName
{
border-color: #9ADBCC;
}
</style>