#9DE1D8

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

Shades of Sinbad #9DE1D8

Tints of Sinbad #9DE1D8

Color information

#9DE1D8 (or 0x9DE1D8) is unknown color: approx Sinbad. HEX triplet: 9D, E1 and D8. RGB value is (157,225,216). Sum of RGB (Red+Green+Blue) = 157+225+216=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1D8 is #621E27. Grayscale: #CBCBCB. Windows color (decimal): -6430248 or 14213533. OLE color: 14213533.

HSL color Cylindrical-coordinate representation of color #9DE1D8: hue angle of 172.06º 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 #9DE1D8 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB157225216-
CMYK0.3000.040.12
HSL172.06º53.12%74.9%-
HSV(B)172.06º30.22%88.24%-
XYZ53.2265.9874.9-
YUV203.64134.9794.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 225 (88.28% from 255) = 37.63%
BLUE value IS 216 (84.77% from 255) = 36.12%
R=26.25%
G=37.63%
B=36.12%

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
Decimal1572252160.3000.040.12172.0653.1274.9
Hex9DE1D81E04Cac354b
Octal23534133036041425465113
Binary1001110111100001110110001111001001100101011001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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