Shades of Sinbad #9ADFD1
Tints of Sinbad #9ADFD1
RGB
CMYK
RGB Variations
Color information
#9ADFD1 (or 0x9ADFD1) is known color: Sinbad. HEX triplet: 9A, DF and D1. RGB value is (154,223,209). Sum of RGB (Red+Green+Blue) = 154+223+209=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFD1 is #65202E. Grayscale: #C8C8C8. Windows color (decimal): -6627375 or 13754266. OLE color: 13754266.
HSL color Cylindrical-coordinate representation of color #9ADFD1: hue angle of 167.83º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADFD1 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 209 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.13 |
| HSL | 167.83º | 0.52% | 0.74% | - |
| HSV(B) | 167.83º | 0.31% | 0.87% | - |
| XYZ | 51.22 | 64.25 | 70.02 | - |
| YUV | 200.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 209 | 0.31 | 0 | 0.06 | 0.13 | 167.83 | 0.52 | 0.74 |
| Hex | 9A | DF | D1 | 1F | 0 | 6 | D | A8 | 34 | 4A |
| Octal | 232 | 337 | 321 | 37 | 0 | 6 | 15 | 250 | 64 | 112 |
| Binary | 10011010 | 11011111 | 11010001 | 11111 | 0 | 110 | 1101 | 10101000 | 110100 | 1001010 |
Color Harmonies of #9ADFD1
Complementary color
Monochromatic Colors of #9ADFD1
Black with #9ADFD1
Text Example
Text Example
White with #9ADFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFD1; }
p { color: rgb(154,223,209); }
H1.HeaderClassName
{
color: #9ADFD1;
}
.AnyTagClassName
{
color: #9ADFD1;
}
</style>
background-color css
<style>
a { background-color: #9ADFD1; }
a { background-color: rgb(154,223,209); }
div.DivClassName
{
background-color: #9ADFD1;
}
.BgClassName
{
background-color: #9ADFD1;
}
</style>
border-color css
<style>
span { border-color: #9ADFD1; }
span { border-color: rgb(154,223,209); }
td.TdClassName
{
border-color: #9ADFD1;
}
.TagClassName
{
border-color: #9ADFD1;
}
</style>