#9DDFD5

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

Shades of Sinbad #9DDFD5

Tints of Sinbad #9DDFD5

Color information

#9DDFD5 (or 0x9DDFD5) is unknown color: approx Sinbad. HEX triplet: 9D, DF and D5. RGB value is (157,223,213). Sum of RGB (Red+Green+Blue) = 157+223+213=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFD5 is #62202A. Grayscale: #CACACA. Windows color (decimal): -6430763 or 14016413. OLE color: 14016413.

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

Color convert

RGB157223213-
CMYK0.3000.040.13
HSL170.91º50.77%74.51%-
HSV(B)170.91º29.6%87.45%-
XYZ52.364.7572.69-
YUV202.13134.1395.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.48%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=26.48%
G=37.61%
B=35.92%

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
Decimal1572232130.3000.040.13170.9150.7774.51
Hex9DDFD51E04Dab334b
Octal23533732536041525363113
Binary1001110111011111110101011111001001101101010111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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