#9DD1C5

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

Shades of Sinbad #9DD1C5

Tints of Sinbad #9DD1C5

Color information

#9DD1C5 (or 0x9DD1C5) is unknown color: approx Sinbad. HEX triplet: 9D, D1 and C5. RGB value is (157,209,197). Sum of RGB (Red+Green+Blue) = 157+209+197=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD1C5 is #622E3A. Grayscale: #C0C0C0. Windows color (decimal): -6434363 or 12964253. OLE color: 12964253.

HSL color Cylindrical-coordinate representation of color #9DD1C5: hue angle of 166.15º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD1C5 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB157209197-
CMYK0.2500.060.18
HSL166.15º36.11%71.76%-
HSV(B)166.15º24.88%81.96%-
XYZ46.7856.861.32-
YUV192.08130.77102.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 209 (82.03% from 255) = 37.12%
BLUE value IS 197 (77.34% from 255) = 34.99%
R=27.89%
G=37.12%
B=34.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572091970.2500.060.18166.1536.1171.76
Hex9DD1C5190612a62448
Octal23532130531062224644110
Binary10011101110100011100010111001011010010101001101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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