Shades of Sinbad #9AD8CC
Tints of Sinbad #9AD8CC
RGB
CMYK
RGB Variations
Color information
#9AD8CC (or 0x9AD8CC) is known color: Sinbad. HEX triplet: 9A, D8 and CC. RGB value is (154,216,204). Sum of RGB (Red+Green+Blue) = 154+216+204=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD8CC is #652733. Grayscale: #C4C4C4. Windows color (decimal): -6629172 or 13424794. OLE color: 13424794.
HSL color Cylindrical-coordinate representation of color #9AD8CC: hue angle of 168.39º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD8CC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 204 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.15 |
| HSL | 168.39º | 0.44% | 0.73% | - |
| HSV(B) | 168.39º | 0.29% | 0.85% | - |
| XYZ | 48.78 | 60.34 | 66.2 | - |
| YUV | 196.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 204 | 0.29 | 0 | 0.06 | 0.15 | 168.39 | 0.44 | 0.73 |
| Hex | 9A | D8 | CC | 1D | 0 | 6 | F | A8 | 2C | 49 |
| Octal | 232 | 330 | 314 | 35 | 0 | 6 | 17 | 250 | 54 | 111 |
| Binary | 10011010 | 11011000 | 11001100 | 11101 | 0 | 110 | 1111 | 10101000 | 101100 | 1001001 |
Color Harmonies of #9AD8CC
Complementary color
Monochromatic Colors of #9AD8CC
Black with #9AD8CC
Text Example
Text Example
White with #9AD8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD8CC; }
p { color: rgb(154,216,204); }
H1.HeaderClassName
{
color: #9AD8CC;
}
.AnyTagClassName
{
color: #9AD8CC;
}
</style>
background-color css
<style>
a { background-color: #9AD8CC; }
a { background-color: rgb(154,216,204); }
div.DivClassName
{
background-color: #9AD8CC;
}
.BgClassName
{
background-color: #9AD8CC;
}
</style>
border-color css
<style>
span { border-color: #9AD8CC; }
span { border-color: rgb(154,216,204); }
td.TdClassName
{
border-color: #9AD8CC;
}
.TagClassName
{
border-color: #9AD8CC;
}
</style>