Shades of Sinbad #9AE5DE
Tints of Sinbad #9AE5DE
RGB
CMYK
RGB Variations
Color information
#9AE5DE (or 0x9AE5DE) is known color: Sinbad. HEX triplet: 9A, E5 and DE. RGB value is (154,229,222). Sum of RGB (Red+Green+Blue) = 154+229+222=605 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.45% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE5DE is #651A21. Grayscale: #CDCDCD. Windows color (decimal): -6625826 or 14607770. OLE color: 14607770.
HSL color Cylindrical-coordinate representation of color #9AE5DE: hue angle of 174.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AE5DE is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 229 | 222 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.10 |
| HSL | 174.4º | 0.59% | 0.75% | - |
| HSV(B) | 174.4º | 0.33% | 0.9% | - |
| XYZ | 54.53 | 68.18 | 79.39 | - |
| YUV | 205.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 229 | 222 | 0.33 | 0 | 0.03 | 0.10 | 174.4 | 0.59 | 0.75 |
| Hex | 9A | E5 | DE | 21 | 0 | 3 | A | AE | 3B | 4B |
| Octal | 232 | 345 | 336 | 41 | 0 | 3 | 12 | 256 | 73 | 113 |
| Binary | 10011010 | 11100101 | 11011110 | 100001 | 0 | 11 | 1010 | 10101110 | 111011 | 1001011 |
Color Harmonies of #9AE5DE
Complementary color
Monochromatic Colors of #9AE5DE
Black with #9AE5DE
Text Example
Text Example
White with #9AE5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE5DE; }
p { color: rgb(154,229,222); }
H1.HeaderClassName
{
color: #9AE5DE;
}
.AnyTagClassName
{
color: #9AE5DE;
}
</style>
background-color css
<style>
a { background-color: #9AE5DE; }
a { background-color: rgb(154,229,222); }
div.DivClassName
{
background-color: #9AE5DE;
}
.BgClassName
{
background-color: #9AE5DE;
}
</style>
border-color css
<style>
span { border-color: #9AE5DE; }
span { border-color: rgb(154,229,222); }
td.TdClassName
{
border-color: #9AE5DE;
}
.TagClassName
{
border-color: #9AE5DE;
}
</style>