#9EDACA

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

Shades of Sinbad #9EDACA

Tints of Sinbad #9EDACA

Color information

#9EDACA (or 0x9EDACA) is unknown color: approx Sinbad. HEX triplet: 9E, DA and CA. RGB value is (158,218,202). Sum of RGB (Red+Green+Blue) = 158+218+202=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDACA is #612535. Grayscale: #C6C6C6. Windows color (decimal): -6366518 or 13294238. OLE color: 13294238.

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

Color convert

RGB158218202-
CMYK0.2800.070.15
HSL164º44.78%73.73%-
HSV(B)164º27.52%85.49%-
XYZ49.8361.6865.16-
YUV198.24130.1299.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.34%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=27.34%
G=37.72%
B=34.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582182020.2800.070.1516444.7873.73
Hex9EDACA1C07Fa42d4a
Octal23633231234071724455112
Binary1001111011011010110010101110001111111101001001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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