#9ED8CA

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

Shades of Sinbad #9ED8CA

Tints of Sinbad #9ED8CA

Color information

#9ED8CA (or 0x9ED8CA) is unknown color: approx Sinbad. HEX triplet: 9E, D8 and CA. RGB value is (158,216,202). Sum of RGB (Red+Green+Blue) = 158+216+202=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED8CA is #612735. Grayscale: #C5C5C5. Windows color (decimal): -6367030 or 13293726. OLE color: 13293726.

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

Color convert

RGB158216202-
CMYK0.2700.060.15
HSL165.52º42.65%73.33%-
HSV(B)165.52º26.85%84.71%-
XYZ49.3260.6564.98-
YUV197.06130.78100.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.43%
GREEN value IS 216 (84.77% from 255) = 37.5%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=27.43%
G=37.5%
B=35.07%

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
Decimal1582162020.2700.060.15165.5242.6573.33
Hex9ED8CA1B06Fa62b49
Octal23633031233061724653111
Binary1001111011011000110010101101101101111101001101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,216,202); }

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

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

 a { background-color: rgb(158,216,202); }

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

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

 span { border-color: rgb(158,216,202); }

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