#9DD6D0

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

Shades of Sinbad #9DD6D0

Tints of Sinbad #9DD6D0

Color information

#9DD6D0 (or 0x9DD6D0) is unknown color: approx Sinbad. HEX triplet: 9D, D6 and D0. RGB value is (157,214,208). Sum of RGB (Red+Green+Blue) = 157+214+208=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD6D0 is #62292F. Grayscale: #C4C4C4. Windows color (decimal): -6433072 or 13686429. OLE color: 13686429.

HSL color Cylindrical-coordinate representation of color #9DD6D0: hue angle of 173.68º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD6D0 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB157214208-
CMYK0.2700.030.16
HSL173.68º41.01%72.75%-
HSV(B)173.68º26.64%83.92%-
XYZ49.3459.8268.62-
YUV196.27134.6299.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.12%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=27.12%
G=36.96%
B=35.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572142080.2700.030.16173.6841.0172.75
Hex9DD6D01B0310ae2949
Octal23532632033032025651111
Binary1001110111010110110100001101101110000101011101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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