Shades of Sinbad #9AE1D3
Tints of Sinbad #9AE1D3
RGB
CMYK
RGB Variations
Color information
#9AE1D3 (or 0x9AE1D3) is known color: Sinbad. HEX triplet: 9A, E1 and D3. RGB value is (154,225,211). Sum of RGB (Red+Green+Blue) = 154+225+211=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE1D3 is #651E2C. Grayscale: #CACACA. Windows color (decimal): -6626861 or 13885850. OLE color: 13885850.
HSL color Cylindrical-coordinate representation of color #9AE1D3: hue angle of 168.17º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE1D3 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 225 | 211 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.12 |
| HSL | 168.17º | 0.54% | 0.74% | - |
| HSV(B) | 168.17º | 0.32% | 0.88% | - |
| XYZ | 52.01 | 65.42 | 71.51 | - |
| YUV | 202.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 225 | 211 | 0.32 | 0 | 0.06 | 0.12 | 168.17 | 0.54 | 0.74 |
| Hex | 9A | E1 | D3 | 20 | 0 | 6 | C | A8 | 36 | 4A |
| Octal | 232 | 341 | 323 | 40 | 0 | 6 | 14 | 250 | 66 | 112 |
| Binary | 10011010 | 11100001 | 11010011 | 100000 | 0 | 110 | 1100 | 10101000 | 110110 | 1001010 |
Color Harmonies of #9AE1D3
Complementary color
Monochromatic Colors of #9AE1D3
Black with #9AE1D3
Text Example
Text Example
White with #9AE1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE1D3; }
p { color: rgb(154,225,211); }
H1.HeaderClassName
{
color: #9AE1D3;
}
.AnyTagClassName
{
color: #9AE1D3;
}
</style>
background-color css
<style>
a { background-color: #9AE1D3; }
a { background-color: rgb(154,225,211); }
div.DivClassName
{
background-color: #9AE1D3;
}
.BgClassName
{
background-color: #9AE1D3;
}
</style>
border-color css
<style>
span { border-color: #9AE1D3; }
span { border-color: rgb(154,225,211); }
td.TdClassName
{
border-color: #9AE1D3;
}
.TagClassName
{
border-color: #9AE1D3;
}
</style>