Shades of Sinbad #9AD9D3
Tints of Sinbad #9AD9D3
RGB
CMYK
RGB Variations
Color information
#9AD9D3 (or 0x9AD9D3) is known color: Sinbad. HEX triplet: 9A, D9 and D3. RGB value is (154,217,211). Sum of RGB (Red+Green+Blue) = 154+217+211=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD9D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD9D3 is #65262C. Grayscale: #C5C5C5. Windows color (decimal): -6628909 or 13883802. OLE color: 13883802.
HSL color Cylindrical-coordinate representation of color #9AD9D3: hue angle of 174.29º degrees, saturation: 0.45, 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 #9AD9D3 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 211 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.15 |
| HSL | 174.29º | 0.45% | 0.73% | - |
| HSV(B) | 174.29º | 0.29% | 0.85% | - |
| XYZ | 49.9 | 61.2 | 70.81 | - |
| YUV | 197.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 211 | 0.29 | 0 | 0.03 | 0.15 | 174.29 | 0.45 | 0.73 |
| Hex | 9A | D9 | D3 | 1D | 0 | 3 | F | AE | 2D | 49 |
| Octal | 232 | 331 | 323 | 35 | 0 | 3 | 17 | 256 | 55 | 111 |
| Binary | 10011010 | 11011001 | 11010011 | 11101 | 0 | 11 | 1111 | 10101110 | 101101 | 1001001 |
Color Harmonies of #9AD9D3
Complementary color
Monochromatic Colors of #9AD9D3
Black with #9AD9D3
Text Example
Text Example
White with #9AD9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD9D3; }
p { color: rgb(154,217,211); }
H1.HeaderClassName
{
color: #9AD9D3;
}
.AnyTagClassName
{
color: #9AD9D3;
}
</style>
background-color css
<style>
a { background-color: #9AD9D3; }
a { background-color: rgb(154,217,211); }
div.DivClassName
{
background-color: #9AD9D3;
}
.BgClassName
{
background-color: #9AD9D3;
}
</style>
border-color css
<style>
span { border-color: #9AD9D3; }
span { border-color: rgb(154,217,211); }
td.TdClassName
{
border-color: #9AD9D3;
}
.TagClassName
{
border-color: #9AD9D3;
}
</style>