Shades of Sinbad #9AD3CC
Tints of Sinbad #9AD3CC
RGB
CMYK
RGB Variations
Color information
#9AD3CC (or 0x9AD3CC) is known color: Sinbad. HEX triplet: 9A, D3 and CC. RGB value is (154,211,204). Sum of RGB (Red+Green+Blue) = 154+211+204=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD3CC is #652C33. Grayscale: #C1C1C1. Windows color (decimal): -6630452 or 13423514. OLE color: 13423514.
HSL color Cylindrical-coordinate representation of color #9AD3CC: hue angle of 172.63º 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 #9AD3CC is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 204 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.17 |
| HSL | 172.63º | 0.39% | 0.72% | - |
| HSV(B) | 172.63º | 0.27% | 0.83% | - |
| XYZ | 47.52 | 57.82 | 65.78 | - |
| YUV | 193.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 204 | 0.27 | 0 | 0.03 | 0.17 | 172.63 | 0.39 | 0.72 |
| Hex | 9A | D3 | CC | 1B | 0 | 3 | 11 | AD | 27 | 48 |
| Octal | 232 | 323 | 314 | 33 | 0 | 3 | 21 | 255 | 47 | 110 |
| Binary | 10011010 | 11010011 | 11001100 | 11011 | 0 | 11 | 10001 | 10101101 | 100111 | 1001000 |
Color Harmonies of #9AD3CC
Complementary color
Monochromatic Colors of #9AD3CC
Black with #9AD3CC
Text Example
Text Example
White with #9AD3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3CC; }
p { color: rgb(154,211,204); }
H1.HeaderClassName
{
color: #9AD3CC;
}
.AnyTagClassName
{
color: #9AD3CC;
}
</style>
background-color css
<style>
a { background-color: #9AD3CC; }
a { background-color: rgb(154,211,204); }
div.DivClassName
{
background-color: #9AD3CC;
}
.BgClassName
{
background-color: #9AD3CC;
}
</style>
border-color css
<style>
span { border-color: #9AD3CC; }
span { border-color: rgb(154,211,204); }
td.TdClassName
{
border-color: #9AD3CC;
}
.TagClassName
{
border-color: #9AD3CC;
}
</style>