#9DE1DB

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

Shades of Sinbad #9DE1DB

Tints of Sinbad #9DE1DB

Color information

#9DE1DB (or 0x9DE1DB) is unknown color: approx Sinbad. HEX triplet: 9D, E1 and DB. RGB value is (157,225,219). Sum of RGB (Red+Green+Blue) = 157+225+219=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1DB is #621E24. Grayscale: #CBCBCB. Windows color (decimal): -6430245 or 14410141. OLE color: 14410141.

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

Color convert

RGB157225219-
CMYK0.3000.030.12
HSL174.71º53.12%74.9%-
HSV(B)174.71º30.22%88.24%-
XYZ53.6266.1376.96-
YUV203.98136.4794.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.12%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=26.12%
G=37.44%
B=36.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572252190.3000.030.12174.7153.1274.9
Hex9DE1DB1E03Caf354b
Octal23534133336031425765113
Binary100111011110000111011011111100111100101011111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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