#9ED9CD

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

Shades of Sinbad #9ED9CD

Tints of Sinbad #9ED9CD

Color information

#9ED9CD (or 0x9ED9CD) is unknown color: approx Sinbad. HEX triplet: 9E, D9 and CD. RGB value is (158,217,205). Sum of RGB (Red+Green+Blue) = 158+217+205=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED9CD is #612632. Grayscale: #C5C5C5. Windows color (decimal): -6366771 or 13490590. OLE color: 13490590.

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

Color convert

RGB158217205-
CMYK0.2700.060.15
HSL167.8º43.7%73.53%-
HSV(B)167.8º27.19%85.1%-
XYZ49.9361.366.96-
YUV197.99131.9599.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.24%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=27.24%
G=37.41%
B=35.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582172050.2700.060.15167.843.773.53
Hex9ED9CD1B06Fa82c4a
Octal23633131533061725054112
Binary1001111011011001110011011101101101111101010001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,217,205); }

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

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

 a { background-color: rgb(158,217,205); }

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

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

 span { border-color: rgb(158,217,205); }

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