#9ECEC5

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

Shades of Sinbad #9ECEC5

Tints of Sinbad #9ECEC5

Color information

#9ECEC5 (or 0x9ECEC5) is unknown color: approx Sinbad. HEX triplet: 9E, CE and C5. RGB value is (158,206,197). Sum of RGB (Red+Green+Blue) = 158+206+197=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEC5 is #61313A. Grayscale: #BEBEBE. Windows color (decimal): -6369595 or 12963486. OLE color: 12963486.

HSL color Cylindrical-coordinate representation of color #9ECEC5: hue angle of 168.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEC5 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB158206197-
CMYK0.2300.040.19
HSL168.75º32.88%71.37%-
HSV(B)168.75º23.3%80.78%-
XYZ46.2555.4461.09-
YUV190.62131.6104.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.16%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=28.16%
G=36.72%
B=35.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582061970.2300.040.19168.7532.8871.37
Hex9ECEC5170413a92147
Octal23631630527042325141107
Binary10011110110011101100010110111010010011101010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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