Shades of Sinbad #9AE0D3
Tints of Sinbad #9AE0D3
RGB
CMYK
RGB Variations
Color information
#9AE0D3 (or 0x9AE0D3) is known color: Sinbad. HEX triplet: 9A, E0 and D3. RGB value is (154,224,211). Sum of RGB (Red+Green+Blue) = 154+224+211=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE0D3 is #651F2C. Grayscale: #C9C9C9. Windows color (decimal): -6627117 or 13885594. OLE color: 13885594.
HSL color Cylindrical-coordinate representation of color #9AE0D3: hue angle of 168.86º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AE0D3 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 224 | 211 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.12 |
| HSL | 168.86º | 0.53% | 0.74% | - |
| HSV(B) | 168.86º | 0.31% | 0.88% | - |
| XYZ | 51.74 | 64.88 | 71.42 | - |
| YUV | 201.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 224 | 211 | 0.31 | 0 | 0.06 | 0.12 | 168.86 | 0.53 | 0.74 |
| Hex | 9A | E0 | D3 | 1F | 0 | 6 | C | A9 | 35 | 4A |
| Octal | 232 | 340 | 323 | 37 | 0 | 6 | 14 | 251 | 65 | 112 |
| Binary | 10011010 | 11100000 | 11010011 | 11111 | 0 | 110 | 1100 | 10101001 | 110101 | 1001010 |
Color Harmonies of #9AE0D3
Complementary color
Monochromatic Colors of #9AE0D3
Black with #9AE0D3
Text Example
Text Example
White with #9AE0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE0D3; }
p { color: rgb(154,224,211); }
H1.HeaderClassName
{
color: #9AE0D3;
}
.AnyTagClassName
{
color: #9AE0D3;
}
</style>
background-color css
<style>
a { background-color: #9AE0D3; }
a { background-color: rgb(154,224,211); }
div.DivClassName
{
background-color: #9AE0D3;
}
.BgClassName
{
background-color: #9AE0D3;
}
</style>
border-color css
<style>
span { border-color: #9AE0D3; }
span { border-color: rgb(154,224,211); }
td.TdClassName
{
border-color: #9AE0D3;
}
.TagClassName
{
border-color: #9AE0D3;
}
</style>