#9DDED0

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

Shades of Sinbad #9DDED0

Tints of Sinbad #9DDED0

Color information

#9DDED0 (or 0x9DDED0) is unknown color: approx Sinbad. HEX triplet: 9D, DE and D0. RGB value is (157,222,208). Sum of RGB (Red+Green+Blue) = 157+222+208=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDED0 is #62212F. Grayscale: #C8C8C8. Windows color (decimal): -6431024 or 13688477. OLE color: 13688477.

HSL color Cylindrical-coordinate representation of color #9DDED0: hue angle of 167.08º 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 #9DDED0 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB157222208-
CMYK0.2900.060.13
HSL167.08º49.62%74.31%-
HSV(B)167.08º29.28%87.06%-
XYZ51.4163.9669.31-
YUV200.97131.9796.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.75%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=26.75%
G=37.82%
B=35.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572222080.2900.060.13167.0849.6274.31
Hex9DDED01D06Da7324a
Octal23533632035061524762112
Binary1001110111011110110100001110101101101101001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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