#9DDFD7

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

Shades of Sinbad #9DDFD7

Tints of Sinbad #9DDFD7

Color information

#9DDFD7 (or 0x9DDFD7) is unknown color: approx Sinbad. HEX triplet: 9D, DF and D7. RGB value is (157,223,215). Sum of RGB (Red+Green+Blue) = 157+223+215=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFD7 is #622028. Grayscale: #CACACA. Windows color (decimal): -6430761 or 14147485. OLE color: 14147485.

HSL color Cylindrical-coordinate representation of color #9DDFD7: hue angle of 172.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFD7 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB157223215-
CMYK0.3000.040.13
HSL172.73º50.77%74.51%-
HSV(B)172.73º29.6%87.45%-
XYZ52.5664.8574.04-
YUV202.35135.1395.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.39%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=26.39%
G=37.48%
B=36.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572232150.3000.040.13172.7350.7774.51
Hex9DDFD71E04Dad334b
Octal23533732736041525563113
Binary1001110111011111110101111111001001101101011011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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