#9DDFD1

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

Shades of Sinbad #9DDFD1

Tints of Sinbad #9DDFD1

Color information

#9DDFD1 (or 0x9DDFD1) is unknown color: approx Sinbad. HEX triplet: 9D, DF and D1. RGB value is (157,223,209). Sum of RGB (Red+Green+Blue) = 157+223+209=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFD1 is #62202E. Grayscale: #C9C9C9. Windows color (decimal): -6430767 or 13754269. OLE color: 13754269.

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

Color convert

RGB157223209-
CMYK0.3000.060.13
HSL167.27º50.77%74.51%-
HSV(B)167.27º29.6%87.45%-
XYZ51.864.5570.05-
YUV201.67132.1396.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.66%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=26.66%
G=37.86%
B=35.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572232090.3000.060.13167.2750.7774.51
Hex9DDFD11E06Da7334b
Octal23533732136061524763113
Binary1001110111011111110100011111001101101101001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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