#9DDDCD

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

Shades of Sinbad #9DDDCD

Tints of Sinbad #9DDDCD

Color information

#9DDDCD (or 0x9DDDCD) is unknown color: approx Sinbad. HEX triplet: 9D, DD and CD. RGB value is (157,221,205). Sum of RGB (Red+Green+Blue) = 157+221+205=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDCD is #622232. Grayscale: #C8C8C8. Windows color (decimal): -6431283 or 13491613. OLE color: 13491613.

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

Color convert

RGB157221205-
CMYK0.2900.070.13
HSL165º48.48%74.12%-
HSV(B)165º28.96%86.67%-
XYZ50.7863.2967.3-
YUV200.04130.897.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=26.93%
G=37.91%
B=35.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572212050.2900.070.1316548.4874.12
Hex9DDDCD1D07Da5304a
Octal23533531535071524560112
Binary1001110111011101110011011110101111101101001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,221,205); }

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

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

 a { background-color: rgb(157,221,205); }

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

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

 span { border-color: rgb(157,221,205); }

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