#9DDED7

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

Shades of Sinbad #9DDED7

Tints of Sinbad #9DDED7

Color information

#9DDED7 (or 0x9DDED7) is unknown color: approx Sinbad. HEX triplet: 9D, DE and D7. RGB value is (157,222,215). Sum of RGB (Red+Green+Blue) = 157+222+215=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDED7 is #622128. Grayscale: #C9C9C9. Windows color (decimal): -6431017 or 14147229. OLE color: 14147229.

HSL color Cylindrical-coordinate representation of color #9DDED7: hue angle of 173.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDED7 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB157222215-
CMYK0.2900.030.13
HSL173.54º49.62%74.31%-
HSV(B)173.54º29.28%87.06%-
XYZ52.2964.3273.95-
YUV201.77135.4796.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.43%
GREEN value IS 222 (87.11% from 255) = 37.37%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=26.43%
G=37.37%
B=36.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572222150.2900.030.13173.5449.6274.31
Hex9DDED71D03Dae324a
Octal23533632735031525662112
Binary100111011101111011010111111010111101101011101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,215); }

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

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

 a { background-color: rgb(157,222,215); }

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

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

 span { border-color: rgb(157,222,215); }

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