Shades of Sinbad #9AD3CB
Tints of Sinbad #9AD3CB
RGB
CMYK
RGB Variations
Color information
#9AD3CB (or 0x9AD3CB) is known color: Sinbad. HEX triplet: 9A, D3 and CB. RGB value is (154,211,203). Sum of RGB (Red+Green+Blue) = 154+211+203=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD3CB is #652C34. Grayscale: #C1C1C1. Windows color (decimal): -6630453 or 13357978. OLE color: 13357978.
HSL color Cylindrical-coordinate representation of color #9AD3CB: hue angle of 171.58º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD3CB is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 203 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.17 |
| HSL | 171.58º | 0.39% | 0.72% | - |
| HSV(B) | 171.58º | 0.27% | 0.83% | - |
| XYZ | 47.4 | 57.77 | 65.15 | - |
| YUV | 193.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 203 | 0.27 | 0 | 0.04 | 0.17 | 171.58 | 0.39 | 0.72 |
| Hex | 9A | D3 | CB | 1B | 0 | 4 | 11 | AC | 27 | 48 |
| Octal | 232 | 323 | 313 | 33 | 0 | 4 | 21 | 254 | 47 | 110 |
| Binary | 10011010 | 11010011 | 11001011 | 11011 | 0 | 100 | 10001 | 10101100 | 100111 | 1001000 |
Color Harmonies of #9AD3CB
Complementary color
Monochromatic Colors of #9AD3CB
Black with #9AD3CB
Text Example
Text Example
White with #9AD3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3CB; }
p { color: rgb(154,211,203); }
H1.HeaderClassName
{
color: #9AD3CB;
}
.AnyTagClassName
{
color: #9AD3CB;
}
</style>
background-color css
<style>
a { background-color: #9AD3CB; }
a { background-color: rgb(154,211,203); }
div.DivClassName
{
background-color: #9AD3CB;
}
.BgClassName
{
background-color: #9AD3CB;
}
</style>
border-color css
<style>
span { border-color: #9AD3CB; }
span { border-color: rgb(154,211,203); }
td.TdClassName
{
border-color: #9AD3CB;
}
.TagClassName
{
border-color: #9AD3CB;
}
</style>