#9DD6C7

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

Shades of Sinbad #9DD6C7

Tints of Sinbad #9DD6C7

Color information

#9DD6C7 (or 0x9DD6C7) is unknown color: approx Sinbad. HEX triplet: 9D, D6 and C7. RGB value is (157,214,199). Sum of RGB (Red+Green+Blue) = 157+214+199=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD6C7 is #622938. Grayscale: #C3C3C3. Windows color (decimal): -6433081 or 13096605. OLE color: 13096605.

HSL color Cylindrical-coordinate representation of color #9DD6C7: hue angle of 164.21º 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 #9DD6C7 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB157214199-
CMYK0.2700.070.16
HSL164.21º41.01%72.75%-
HSV(B)164.21º26.64%83.92%-
XYZ48.2659.3862.95-
YUV195.25130.12100.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.54%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=27.54%
G=37.54%
B=34.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141990.2700.070.16164.2141.0172.75
Hex9DD6C71B0710a42949
Octal23532630733072024451111
Binary10011101110101101100011111011011110000101001001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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