#9ECFC7

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

Shades of Sinbad #9ECFC7

Tints of Sinbad #9ECFC7

Color information

#9ECFC7 (or 0x9ECFC7) is unknown color: approx Sinbad. HEX triplet: 9E, CF and C7. RGB value is (158,207,199). Sum of RGB (Red+Green+Blue) = 158+207+199=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFC7 is #613038. Grayscale: #BFBFBF. Windows color (decimal): -6369337 or 13094814. OLE color: 13094814.

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

Color convert

RGB158207199-
CMYK0.2400.040.19
HSL170.2º33.79%71.57%-
HSV(B)170.2º23.67%81.18%-
XYZ46.7256.0262.38-
YUV191.44132.27104.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.01%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 199 (78.12% from 255) = 35.28%
R=28.01%
G=36.70%
B=35.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582071990.2400.040.19170.233.7971.57
Hex9ECFC7180413aa2248
Octal23631730730042325242110
Binary10011110110011111100011111000010010011101010101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,199); }

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

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

 a { background-color: rgb(158,207,199); }

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

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

 span { border-color: rgb(158,207,199); }

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