#9DE1D9

Color #9DE1D9 Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #9DE1D9

Tints of Sinbad #9DE1D9

Color information

#9DE1D9 (or 0x9DE1D9) is unknown color: approx Sinbad. HEX triplet: 9D, E1 and D9. RGB value is (157,225,217). Sum of RGB (Red+Green+Blue) = 157+225+217=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1D9 is #621E26. Grayscale: #CBCBCB. Windows color (decimal): -6430247 or 14279069. OLE color: 14279069.

HSL color Cylindrical-coordinate representation of color #9DE1D9: hue angle of 172.94º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE1D9 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB157225217-
CMYK0.3000.040.12
HSL172.94º53.12%74.9%-
HSV(B)172.94º30.22%88.24%-
XYZ53.3566.0375.58-
YUV203.76135.4794.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 26.21%
GREEN value IS 225 (88.28% from 255) = 37.56%
BLUE value IS 217 (85.16% from 255) = 36.23%
R=26.21%
G=37.56%
B=36.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572252170.3000.040.12172.9453.1274.9
Hex9DE1D91E04Cad354b
Octal23534133136041425565113
Binary1001110111100001110110011111001001100101011011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DE1D9; }

 p { color: rgb(157,225,217); }

 H1.HeaderClassName
 {
   color: #9DE1D9;
 }
 .AnyTagClassName
 {
   color: #9DE1D9;
 }
</style>
background-color css

<style>
 a { background-color: #9DE1D9; }

 a { background-color: rgb(157,225,217); }

 div.DivClassName
 {
   background-color: #9DE1D9;
 }
 .BgClassName
 {
   background-color: #9DE1D9;
 }
</style>
border-color css

<style>
 span { border-color: #9DE1D9; }

 span { border-color: rgb(157,225,217); }

 td.TdClassName
 {
   border-color: #9DE1D9;
 }
 .TagClassName
 {
   border-color: #9DE1D9;
 }
</style>