#9DDAD5

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

Shades of Sinbad #9DDAD5

Tints of Sinbad #9DDAD5

Color information

#9DDAD5 (or 0x9DDAD5) is unknown color: approx Sinbad. HEX triplet: 9D, DA and D5. RGB value is (157,218,213). Sum of RGB (Red+Green+Blue) = 157+218+213=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDAD5 is #62252A. Grayscale: #C7C7C7. Windows color (decimal): -6432043 or 14015133. OLE color: 14015133.

HSL color Cylindrical-coordinate representation of color #9DDAD5: hue angle of 175.08º 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 #9DDAD5 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB157218213-
CMYK0.2800.020.15
HSL175.08º45.19%73.53%-
HSV(B)175.08º27.98%85.49%-
XYZ50.9962.1272.25-
YUV199.19135.7997.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.70%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=26.70%
G=37.07%
B=36.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572182130.2800.020.15175.0845.1973.53
Hex9DDAD51C02Faf2d4a
Octal23533232534021725755112
Binary100111011101101011010101111000101111101011111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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