#9EDACE

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

Shades of Sinbad #9EDACE

Tints of Sinbad #9EDACE

Color information

#9EDACE (or 0x9EDACE) is unknown color: approx Sinbad. HEX triplet: 9E, DA and CE. RGB value is (158,218,206). Sum of RGB (Red+Green+Blue) = 158+218+206=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDACE is #612531. Grayscale: #C6C6C6. Windows color (decimal): -6366514 or 13556382. OLE color: 13556382.

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

Color convert

RGB158218206-
CMYK0.2800.060.15
HSL168º44.78%73.73%-
HSV(B)168º27.52%85.49%-
XYZ50.3161.8767.68-
YUV198.69132.1298.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.15%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=27.15%
G=37.46%
B=35.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582182060.2800.060.1516844.7873.73
Hex9EDACE1C06Fa82d4a
Octal23633231634061725055112
Binary1001111011011010110011101110001101111101010001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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