Shades of Sinbad #9AE0D6
Tints of Sinbad #9AE0D6
RGB
CMYK
RGB Variations
Color information
#9AE0D6 (or 0x9AE0D6) is known color: Sinbad. HEX triplet: 9A, E0 and D6. RGB value is (154,224,214). Sum of RGB (Red+Green+Blue) = 154+224+214=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE0D6 is #651F29. Grayscale: #C9C9C9. Windows color (decimal): -6627114 or 14082202. OLE color: 14082202.
HSL color Cylindrical-coordinate representation of color #9AE0D6: hue angle of 171.43º 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 #9AE0D6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 224 | 214 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.12 |
| HSL | 171.43º | 0.53% | 0.74% | - |
| HSV(B) | 171.43º | 0.31% | 0.88% | - |
| XYZ | 52.12 | 65.04 | 73.42 | - |
| YUV | 201.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 224 | 214 | 0.31 | 0 | 0.04 | 0.12 | 171.43 | 0.53 | 0.74 |
| Hex | 9A | E0 | D6 | 1F | 0 | 4 | C | AB | 35 | 4A |
| Octal | 232 | 340 | 326 | 37 | 0 | 4 | 14 | 253 | 65 | 112 |
| Binary | 10011010 | 11100000 | 11010110 | 11111 | 0 | 100 | 1100 | 10101011 | 110101 | 1001010 |
Color Harmonies of #9AE0D6
Complementary color
Monochromatic Colors of #9AE0D6
Black with #9AE0D6
Text Example
Text Example
White with #9AE0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE0D6; }
p { color: rgb(154,224,214); }
H1.HeaderClassName
{
color: #9AE0D6;
}
.AnyTagClassName
{
color: #9AE0D6;
}
</style>
background-color css
<style>
a { background-color: #9AE0D6; }
a { background-color: rgb(154,224,214); }
div.DivClassName
{
background-color: #9AE0D6;
}
.BgClassName
{
background-color: #9AE0D6;
}
</style>
border-color css
<style>
span { border-color: #9AE0D6; }
span { border-color: rgb(154,224,214); }
td.TdClassName
{
border-color: #9AE0D6;
}
.TagClassName
{
border-color: #9AE0D6;
}
</style>