Shades of Sinbad #9AD3CA
Tints of Sinbad #9AD3CA
RGB
CMYK
RGB Variations
Color information
#9AD3CA (or 0x9AD3CA) is known color: Sinbad. HEX triplet: 9A, D3 and CA. RGB value is (154,211,202). Sum of RGB (Red+Green+Blue) = 154+211+202=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD3CA is #652C35. Grayscale: #C0C0C0. Windows color (decimal): -6630454 or 13292442. OLE color: 13292442.
HSL color Cylindrical-coordinate representation of color #9AD3CA: hue angle of 170.53º 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 #9AD3CA is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 202 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.17 |
| HSL | 170.53º | 0.39% | 0.72% | - |
| HSV(B) | 170.53º | 0.27% | 0.83% | - |
| XYZ | 47.28 | 57.72 | 64.53 | - |
| YUV | 192.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 202 | 0.27 | 0 | 0.04 | 0.17 | 170.53 | 0.39 | 0.72 |
| Hex | 9A | D3 | CA | 1B | 0 | 4 | 11 | AB | 27 | 48 |
| Octal | 232 | 323 | 312 | 33 | 0 | 4 | 21 | 253 | 47 | 110 |
| Binary | 10011010 | 11010011 | 11001010 | 11011 | 0 | 100 | 10001 | 10101011 | 100111 | 1001000 |
Color Harmonies of #9AD3CA
Complementary color
Monochromatic Colors of #9AD3CA
Black with #9AD3CA
Text Example
Text Example
White with #9AD3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3CA; }
p { color: rgb(154,211,202); }
H1.HeaderClassName
{
color: #9AD3CA;
}
.AnyTagClassName
{
color: #9AD3CA;
}
</style>
background-color css
<style>
a { background-color: #9AD3CA; }
a { background-color: rgb(154,211,202); }
div.DivClassName
{
background-color: #9AD3CA;
}
.BgClassName
{
background-color: #9AD3CA;
}
</style>
border-color css
<style>
span { border-color: #9AD3CA; }
span { border-color: rgb(154,211,202); }
td.TdClassName
{
border-color: #9AD3CA;
}
.TagClassName
{
border-color: #9AD3CA;
}
</style>