#9DDAD0

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

Shades of Sinbad #9DDAD0

Tints of Sinbad #9DDAD0

Color information

#9DDAD0 (or 0x9DDAD0) is unknown color: approx Sinbad. HEX triplet: 9D, DA and D0. RGB value is (157,218,208). Sum of RGB (Red+Green+Blue) = 157+218+208=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDAD0 is #62252F. Grayscale: #C6C6C6. Windows color (decimal): -6432048 or 13687453. OLE color: 13687453.

HSL color Cylindrical-coordinate representation of color #9DDAD0: hue angle of 170.16º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDAD0 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB157218208-
CMYK0.2800.050.15
HSL170.16º45.19%73.53%-
HSV(B)170.16º27.98%85.49%-
XYZ50.3661.8668.96-
YUV198.62133.2998.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=26.93%
G=37.39%
B=35.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572182080.2800.050.15170.1645.1973.53
Hex9DDAD01C05Faa2d4a
Octal23533232034051725255112
Binary1001110111011010110100001110001011111101010101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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