Shades of Sinbad #9ADFD3
Tints of Sinbad #9ADFD3
RGB
CMYK
RGB Variations
Color information
#9ADFD3 (or 0x9ADFD3) is known color: Sinbad. HEX triplet: 9A, DF and D3. RGB value is (154,223,211). Sum of RGB (Red+Green+Blue) = 154+223+211=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFD3 is #65202C. Grayscale: #C8C8C8. Windows color (decimal): -6627373 or 13885338. OLE color: 13885338.
HSL color Cylindrical-coordinate representation of color #9ADFD3: hue angle of 169.57º 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 #9ADFD3 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 211 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.13 |
| HSL | 169.57º | 0.52% | 0.74% | - |
| HSV(B) | 169.57º | 0.31% | 0.87% | - |
| XYZ | 51.47 | 64.35 | 71.34 | - |
| YUV | 201 | 133.64 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 211 | 0.31 | 0 | 0.05 | 0.13 | 169.57 | 0.52 | 0.74 |
| Hex | 9A | DF | D3 | 1F | 0 | 5 | D | AA | 34 | 4A |
| Octal | 232 | 337 | 323 | 37 | 0 | 5 | 15 | 252 | 64 | 112 |
| Binary | 10011010 | 11011111 | 11010011 | 11111 | 0 | 101 | 1101 | 10101010 | 110100 | 1001010 |
Color Harmonies of #9ADFD3
Complementary color
Monochromatic Colors of #9ADFD3
Black with #9ADFD3
Text Example
Text Example
White with #9ADFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFD3; }
p { color: rgb(154,223,211); }
H1.HeaderClassName
{
color: #9ADFD3;
}
.AnyTagClassName
{
color: #9ADFD3;
}
</style>
background-color css
<style>
a { background-color: #9ADFD3; }
a { background-color: rgb(154,223,211); }
div.DivClassName
{
background-color: #9ADFD3;
}
.BgClassName
{
background-color: #9ADFD3;
}
</style>
border-color css
<style>
span { border-color: #9ADFD3; }
span { border-color: rgb(154,223,211); }
td.TdClassName
{
border-color: #9ADFD3;
}
.TagClassName
{
border-color: #9ADFD3;
}
</style>